IdxRichEditTableCollection.IndexOf(IdxRichEditTable) Method
In This Article
Returns the index of the specified table in the collection.
#Declaration
Delphi
function IndexOf(const ATable: IdxRichEditTable): Integer;
#Parameters
Name | Type | Description |
---|---|---|
ATable | Idx |
The target table. |
#Returns
Type | Description |
---|---|
Integer | The index of the target table ( If the table does not belong to the current table collection, the function returns |
See Also