Skip to main content

TdxRichEditControlOptionsBase.FormattingMarkVisibility Property

Provides access to the settings that determine the visibility of individual formatting characters within a document.

Declaration

property FormattingMarkVisibility: TdxFormattingMarkVisibilityOptions read; write;

Property Value

Type
TdxFormattingMarkVisibilityOptions

Remarks

Use this property to display and/or hide individual formatting characters within a document. By default, none of the formatting characters (such as tabs or spaces) are displayed by the Rich Edit control.

Refer to the TdxFormattingMarkVisibilityOptions class description for information on available formatting mark visibility options.

See Also