| ImageEn, unit iexRichEdit |
|
TIEParaAttributes.TabCount
Declaration
property TabCount: Integer;
Description
Specify the number of tab stops defined for the paragraph. Maximum is 32.
Example
// Create three tab stops
IERichEdit1.Paragraph.TabCount := 3;
IERichEdit1.Paragraph.Tab[0] := 72; // 1 inch
IERichEdit1.Paragraph.Tab[1] := 144; // 2 inches
IERichEdit1.Paragraph.Tab[2] := 216; // 3 inches