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

TdxTokenEditLookupFilterMode Enum

Enumerates available token filtering modes.

#Declaration

Delphi
TdxTokenEditLookupFilterMode = (
    tefmStartsWith,
    tefmContains
);

#Members

Name
tefmStartsWith
tefmContains

#Remarks

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