IdxRichEditTableCollection.Delete(Integer) Method
In This Article
Deletes the specified table by index.
#Declaration
Delphi
procedure Delete(ATableIndex: Integer);
#Parameters
Name | Type | Description |
---|---|---|
ATable |
Integer | The target table’s index in the collection. |
See Also