Skip to main content

TdxCustomDocumentCapabilitiesOptions.EndNotesAllowed Method

Returns a value indicating whether the end notes can be created in the active document.

Declaration

function EndNotesAllowed: Boolean; virtual;

Returns

Type
Boolean

Remarks

If the function returns True, an end-user can add and manage end notes within the current document. If the EndNotesAllowed function returns False, the end notes feature is not available.

Note

The EndNotesAllowed 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 end notes feature, use the EndNotes property instead.

See Also