The base class for table collections.
TableBaseCollection
Introduced: X18.
Method | Description |
---|---|
element |
Returns the element at a specified index in the collection.
(Inherited from Collection) |
for |
Executes a callback function for each element.
(Inherited from Collection) |
get |
Gets the number of elements contained in the collection.
(Inherited from Collection) |
get |
Gets the first table in the collection with the given id. |
remove |
Removes the table at the current input position. |
remove |
Removes the first table with the passed id. |