Group
Object List Next Object
Definition:
A list of objects that can be "typed" or "untyped." If a type is established
for the group, all group members must be of that type.
Specialized Features:
The following tables list and describe the properties and methods added by Group. There are no added events.
Properties Use to...
Count Determine the number of objects currently in the group.
GroupType Return the object that currently determines the type of the group.
EvalRequires Specify the type of group evaluation to perform.
Persistent Define behavior when module is saved.
Methods Use to...
Append Add an object to the end of the group.
Clear Empty all objects from the list.
InsertAt Insert a new object into the group at the designated position.
ObjectAt Return a specific object.
ObjectIndex Find the index of a specific object.
Prepend Add a new object to the beginning of the group.
RemoveObject Remove the designated object from the group. Removes only the first occurrence
and then returns it.
RemoveAt Remove and return the object at the position indicated by index.
TextUnload Write a text representation of this object.
Copied Features:
None
this is a top-level object.