Therefore API > API Reference > Classes > TheFieldList > Methods
RemoveIndex
Removes the item with the specified index from the list.
Namespace: Therefore.API
Parameters
nIndex
Zero-based index of the item to be removed from the list.
Return Value
None.
Exception
Condition
Index Out Of Range
nIndex is out of range (nIndex < 0 OR nIndex >= Count)
TheCategory Class
TheCategory Properties