IdxRichEditTabInfoCollection Interface
In This Article
#Declaration
Delphi
IdxRichEditTabInfoCollection = interface(IdxRichEditList<IdxRichEditTabInfo>)
#Remarks
This interface instantiates its ancestor with the IdxRichEditTabInfo type and exposes the CreateNew function that allows you to create tab stops in a paragraph. For information on other properties and methods provided by the IdxRichEditTabInfoCollection interface, refer to the IdxRichEditList and IdxReadOnlyList interface descriptions.
#Inheritance
IInterface
IdxReadOnlyList<T>
IdxRichEditList<T>
IdxRichEditTabInfoCollection
See Also