IdxRichEditTableCollection.Last Property
In This Article
Provides access to the last table in the collection.
#Declaration
Delphi
property Last: IdxRichEditTable read;
#Property Value
Type | Description |
---|---|
Idx |
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