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

TdxTokenEditPropertiesOptionsLookup.Active Property

Specifies if the lookup functionality is enabled.

#Declaration

Delphi
property Active: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

You can set this property to False to disable the lookup functionality in a token editor. In this mode, the editor displays no dropdown window with a list of suggested tokens in response to user input.

The default Active property value is True.

See Also