Skip to main content

TdxTokenEditLookupFilterMode Enum

Enumerates available token filtering modes.

Declaration

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