Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

See Also