Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditTableCollection.IndexOf(IdxRichEditTable) Method

Returns the index of the specified table in the collection.

#Declaration

Delphi
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