The base class for table collections.

Syntax

TableBaseCollection

Introduced: X18.

Methods

Method Description
elementAt Returns the element at a specified index in the collection.
(Inherited from Collection)
forEach Executes a callback function for each element.
(Inherited from Collection)
getCount Gets the number of elements contained in the collection.
(Inherited from Collection)
getItem Gets the first table in the collection with the given id.
removeAtInputPosition Removes the table at the current input position.
removeById Removes the first table with the passed id.