Skip to main content

TdxRichEditBehaviorOptions.TabMarker Property

Specifies a character or string used to substitute the tab character in a document opened in the Rich Edit control.

Declaration

property TabMarker: string read; write;

Property Value

Type
string

Remarks

Use this property to set a custom tab character or string. This feature is particularly useful when an end-user needs to insert non-standard text indentations (such as 2-4 spaces for a source code text, asterisks or underscores in some special cases).

See Also