Skip to main content

TdxDocumentCapabilitiesOptions.TabSymbol Property

Specifies if an end-user can insert tab characters into a text.

Declaration

property TabSymbol: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;

Property Value

Type Default
TdxDocumentCapability Default

Remarks

Use this property to allow or forbid using tab characters within a document opened in the Rich Edit control.

For detailed information on document feature availability modes, refer to the TdxDocumentCapability type description.

The default value of the TabSymbol property is TdxDocumentCapability.Default.

See Also