The Item Pointer object is used to store a pointer to a data item (or 'item' for short). An 'item' is either a record or a field.
The Item Pointer object has the following methods:
Family Historian stores your family tree data in a tree structure similar to that used by GEDCOM.
Data items have a hierarchical structure. Items can be owned by other items. All fields are owned by a record, or by another field. Records are not owned. The relationship between the items therefore can be one of the following:
Note, that the first set of DATE, PLAC and SOUR items (children of the BIRT item) are siblings. What makes them siblings is that they share the same parent (the BIRT item in this case). So none of them are siblings of the DATE, PLAC, or SOUR items in the second group (the children of the BAPT item).
See the following sample for an example of the use of item pointers.