Skip to main content
A newer version of this page is available. .

TdxTokenEditLookupFilterSources Type

A set of text filter sources applied to lookup operations in the token editor.

Declaration

TdxTokenEditLookupFilterSources = set of TdxTokenEditLookupFilterSource;

Referenced Class

Type
TdxTokenEditLookupFilterSource

Remarks

You can determine which token text source(s) the token editor uses for suggesting tokens in response to typing a text.

The TdxTokenEditLookupFilterSources type is referenced by the FilterSources property provided by the TdxTokenEditPropertiesOptionsLookup class.

See Also