ImageEn, unit iexRichEdit

TIEParaAttributes.TabLeader

TIEParaAttributes.TabLeader

Declaration

property TabLeader[Index: Byte]: TIETabLeader;

Description

Specify the leader style for the tab stop at the specified index (none, dots, dashes, underline, etc.).

Example

// Set the first tab to use dot leaders
IERichEdit1.Paragraph.TabLeader[0] := tlDots;