<< Click to display table of contents >> TRVTabInfos |
Collection of tab stops (TRVTabInfo) and their properties.
This is a type of TRVStyle.ParaStyles[i].Tabs property.
Unit RVStyle.
Syntax
TRVTabInfos = class(TCollection)
(introduced in version 1.9)
TObject
TPersistent
TCollection
This collection is sorted in ascending order by Position properties of its items.
When you add a new tab stop (using Add method), it is added to the end of the collection. When you assign its Position, it is moved to the proper place.
Main properties:
▪Items;
▪Count.