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