TdxTokenEditPropertiesOptionsLookup.Active Property
In This Article
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