TdxDocumentCapabilitiesOptions.Bookmarks Property
In This Article
Switches the availability of bookmarks to an end-user.
#Declaration
Delphi
property Bookmarks: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;
#Property Value
Type | Default |
---|---|
Tdx |
Default |
#Remarks
Use this property to specify whether the ShowBookmarkForm command is available to an end-user.
For detailed information on document feature availability modes, refer to the TdxDocumentCapability type description.
The default value of the Bookmarks property is TdxDocumentCapability.Default.
See Also