Skip to main content

IdxRichEditTableCollection.IndexOf(IdxRichEditTable) Method

Returns the index of the specified table in the collection.

Declaration

function IndexOf(const ATable: IdxRichEditTable): Integer;

Parameters

Name Type Description
ATable IdxRichEditTable

The target table.

Returns

Type Description
Integer

The index of the target table (ATable) in the collection.

If the table does not belong to the current table collection, the function returns -1.

See Also