TdxBookmarkOptions Class
Stores bookmark appearance and behavior settings.
Declaration
TdxBookmarkOptions = class(
TdxRichEditNotificationOptions
)
Remarks
This class extends its ancestor with properties that allow you to:
Specify how the control treats duplicate bookmark names (AllowNameResolution);
Hide or display all bookmarks in a document (Visibility);
Specify the color of visible bookmarks (Color).
A Rich Edit control’s Options.Bookmarks property references a TdxBookmarkOptions object.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxRichEditNotificationOptions
TdxBookmarkOptions
See Also