Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRichEditBehaviorOptions.TabMarker Property

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

#Declaration

Delphi
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