The List Objects: 3.2 GenItemGroups: GenItem Instance Data

Up: GEOS SDK TechDocs | Up | Prev: 3.1 GenItemGroup Instance Data | Next: 3.3 GenItemGroup Basics

GenItemClass is a subclass of GenClass . It has one new instance field:

@instance word GII_identifier;

GII_ identifier sets the indentifying keyword (usually an enumerated type) that uniquely identifies this GenItem. This identifier is used by the GenItemGroup parent to indicate the current selection and otherwise reference the item. Each GenItem identifier within the same GenItemGroup must evaluate to a unique value.


Up: GEOS SDK TechDocs | Up | Prev: 3.1 GenItemGroup Instance Data | Next: 3.3 GenItemGroup Basics