Applies to
Declaration
property TabStops: Integer;
Description
This property is used to specify the number of spaces between each tab stop in the control. Its default value is 8. It is run time and design time accessible, with read and write access. Changing this value will make the control reformat the text.
Don't confuse it with the TabStop property inherited from TWinControl, which determines whether the user can tab to the control.
When changing the value of TabStops, a text formatting will occur that will trigger OnProgress events at regular intervals.
See also
WantTabs property