Back to Devexpress

IdxRichEditTabInfoCollection Interface

vcl-dxrichedit-dot-nativeapi-162ed2b8.md

latest1.3 KB
Original Source

IdxRichEditTabInfoCollection Interface

Exposes the collection of tab stops in a paragraph.

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

IdxRichEditTabInfoCollection Members

dxRichEdit.NativeApi Unit