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.AllowNameResolution Property

Specifies if duplicate bookmark names are replaced with automatically generated unique names.

#Declaration

Delphi
property AllowNameResolution: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

The AllowNameResolution property value determines how bookmarks with duplicate names are handled in a document. By default, bookmarks with duplicating names are removed. Setting the AllowNameResolution property to True allows you to keep such bookmarks in the document by replacing duplicate names with unique names generated by adding an underscore and an ordinal number to the original bookmark name.

The AllowNameResolution property’s default value is False.

See Also