<< Click to display table of contents >> TRVStyle.SpacesInTab |
If set to positive value, TRichView components will replace TAB characters with the specified number of space characters.
property SpacesInTab: SmallInt;
This property is used in all methods of TRichView and TRichViewEdit for adding/inserting multiline text and RTF, or on typing.
TRichView must be linked with this TRVStyle (see TRichView.Style).
If this property is 0, TABs are inserted as a special tabulator item type.
Note: default value is changed to 0 since v1.9
If MainRVStyle is assigned, this property provides access to the corresponding property of MainRVStyle.
Default value:
0
See also properties: