ObjectList

Object List Hierarchy Next Object

Definition:

Icon:

images/Phx00195.gif

Specialized Features:

The following table lists and describes the properties and methods added by ObjectList. There are no added events.


Properties Use to...


Group Assign a group of objects to be used in the list.

ListCount Indicate the number of items in the list. (Read Only)

ListIndex Indicate the index of the item currently selected in the list.

RestrictToModule Use objects from only one module.

RootObject Set an object to be at the top of the list when the Style Property is either Unsorted or Tree.

SelObject Reference the object currently selected in the list.

ShowDynamics Determine whether or not to show Dynamic Objects.

ShowEmbeds Determine whether or not to show Embedded Objects.

ShowStatics Determine whether or not to show Static Objects.

Style Indicate the format display of list items.

Text Determine the currently selected item. (Read Only)


Methods Use to...


AddItem Add an item to the list.

Clear Clear out the list.

FindIndexUnderPoint Find the index of the item in the list beneath an x-y coordinate.

FindString Find the index of the item starting with a specific string.

ItemIndex Find the index of an item.

List Find an object at a specific index.

RemoveItem Remove an item at a specific index.

Reset Reset the list.


Events Use to...


Click Perform an action when the user presses and releases a mouse button while on an object, or when the value of a control is changed in code.

DblClick Perform an action when the user presses and releases a mouse button twice in rapid succession over an object.

GotFocus Define what occurs when an object is given the focus.

KeyDown Define what occurs when the user presses a key while an object has the focus.

KeyPress Define what occurs when the user presses and releases an ANSI key.

KeyUp Define what occurs when the user releases a key while an object has the focus.

LostFocus Define what occurs when an object loses the focus.

Copied Features:

images/Phx00196.gif Properties images/Phx00197.gif Methods images/Phx00198.gif Events