| ImageEn, unit iexRichEdit |
|
TIEParaAttributes.TabAlignment
Declaration
property TabAlignment[Index: Byte]: TIETabAlignment;
Description
Specify the alignment of the tab stop at the specified index (left, center, right, or decimal).
Example
// Set the first tab to be center-aligned
IERichEdit1.Paragraph.TabAlignment[0] := taCenter;