Skip to main content

TdxCustomDocumentCapabilitiesOptions.BookmarksAllowed Method

Returns a value indicating whether the use of bookmarks is allowed in the current document.

Declaration

function BookmarksAllowed: Boolean; virtual;

Returns

Type
Boolean

Remarks

If this function returns True, an end-user can create and manage bookmarks within the active document. If the BookmarksAllowed function returns False, bookmarks are not available.

Note

The BookmarksAllowed 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 bookmark document feature, use the Bookmarks property instead.

See Also