IdxRichEditTableCollection.Last Property
Provides access to the last table in the collection.
Declaration
property Last: IdxRichEditTable read;
Property Value
Type | Description |
---|---|
IdxRichEditTable | The last table in the collection. |
Remarks
You can use First and Last
properties to access first and last tables in the collection. To access all stored tables by index, use the Self property.
See Also