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