vcl-dxtokenedit-5f7f4a07.md
Enumerates available token filtering modes.
TdxTokenEditLookupFilterMode = (
tefmStartsWith,
tefmContains
);
| Name |
|---|
tefmStartsWith |
tefmContains |
Options include:
| Value | Description | Example |
|---|---|---|
| tefmStartsWith | The token editor lists all tokens whose text and/or display text (depending on the editor’s Properties.Lookup.FilterSources property value) starts with the text string entered by an end-user. | |
| tefmContains | The token editor lists all tokens whose text and/or display text contains the text string entered by an end-user. |
The TdxTokenEditLookupFilterMode type is referenced by the FilterMode property provided by the TdxTokenEditPropertiesOptionsLookup class.
See Also
TdxTokenEditLookupFilterSource