TdxTokenEditLookupFilterSource Enum
Enumerates text sources used for searching the text entered by an end-user.
#Declaration
TdxTokenEditLookupFilterSource = (
tefsText,
tefsDisplayText
);
#Members
Name |
---|
tefs
|
tefs
|
#Remarks
Options include:
Value | Description |
---|---|
tefs |
The token editor searches the tokens whose Text property contains (or starts with, depending on the token editor’s Properties. |
tefs |
The token editor searches the tokens whose Display |
The TdxTokenEditLookupFilterSource type is referenced by the TdxTokenEditLookupFilterSources type.