| ImageEn, unit iexRichEdit |
|
TIEParaAttributes.NumberingTab
Declaration
property NumberingTab: Word;
Description
Specify the distance in points (1/72 of an inch) between the numbering and the text.
Example
// Set the numbering tab to 0.25 inches
// const Points_Per_Inch = 72;
IERichEdit1.Paragraph.NumberingTab := Round(0.25 * Points_Per_Inch);