Skip to main content

TdxCustomDocumentCapabilitiesOptions.SectionsAllowed Method

Returns a value indicating whether it is possible to divide the document content into several columns (sections).

Declaration

function SectionsAllowed: Boolean; virtual;

Returns

Type
Boolean

Remarks

If the function returns True, an end-user can divide the active document into sections. If the SectionsAllowed function returns False, the document sections feature is disabled.

Note

The SectionsAllowed 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 sections feature, use the Sections property instead.

See Also