Skip to main content

TdxCustomDocumentCapabilitiesOptions.TabSymbolAllowed Method

Returns a value indicating whether the tab symbols can be inserted in the current document.

Declaration

function TabSymbolAllowed: Boolean; virtual;

Returns

Type
Boolean

Remarks

If the function returns True, an end-user can insert tabs into the active document. If the TabSymbolAllowed function returns False, the tab symbols are not available.

Note

The TabSymbolAllowed function supports the internal infrastructure and is not intended to be used directly from your code. To identify and/or change the availability of tab symbols, use the TabSymbol property instead.

See Also