IdxRichEditTableCollection.Remove(IdxRichEditTable) Method
In This Article
Deletes the specified table.
#Declaration
Delphi
procedure Remove(const ATable: IdxRichEditTable);
#Parameters
Name | Type | Description |
---|---|---|
ATable | Idx |
The target table in the collection. |
See Also