Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBookmarkOptions Class

Stores bookmark appearance and behavior settings.

#Declaration

Delphi
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.

See Also