View method list in alphabetical order.
| Name |
Type |
Description |
Defining Class |
| CountOfObjects |
Function |
Returns the number of objects that are currently in the collection |
cCollection |
| DoAppendObject |
Procedure |
Appends an object-handle, ho, to the end of the collection |
cCollection |
| DoInsertObject |
Procedure |
Inserts an object-handle, ho, into the collection before the hoBefore object-handle |
cCollection |
| DoRemoveObject |
Procedure |
Removes the object-handle, ho, from the collection |
cCollection |
| IndexFromObject |
Function |
Returns the index for the object-handle, ho, in the collection |
cCollection |
| IsObjectIn |
Function |
Used to determine if object handle exists in the collection |
cCollection |
| ObjectFromIndex |
Function |
Returns the object-handle at index, iIndex, in the collection |
cCollection |
Inherited Methods from Array
| Name |
Type |
Description |
Defining Class |
| Delete_Data |
Procedure |
Deletes all data from the Array object |
Array |
| Delete_Item |
Procedure |
Removes the specified item from the Array and compacts the remaining elements |
Array |
| Sort_Items |
Procedure |
Sorts the items in an array in ascending or descending order |
Array |
Inherited Methods from cObject