Skip to main content

TdxCustomDocumentCapabilitiesOptions.ParagraphTabsAllowed Method

Returns a value indicating whether it is possible to set and customize the tab stops.

Declaration

function ParagraphTabsAllowed: Boolean; virtual;

Returns

Type
Boolean

Remarks

If the function returns True, an end-user can set tab stops and customize them by using the Tabs dialog window. If the ParagraphTabsAllowed function returns False, the paragraph tab stops feature is not available.

Note

The ParagraphTabsAllowed function supports the internal infrastructure and is not intended to be used directly from your code. To identify and/or change the availability of the paragraph tab stops feature, use the ParagraphTabs property instead.

See Also