TdxTokenEditPropertiesOptionsLookup.FilterSources Property
Specifies to which token text content the editor applies the selected lookup criterion.
Declaration
property FilterSources: TdxTokenEditLookupFilterSources read; write; default [tefsDisplayText, tefsText];
Property Value
Type |
---|
TdxTokenEditLookupFilterSources |
Remarks
You can use this property to specify any number of available text sources in any combination for token lookup operations. Refer to the TdxTokenEditLookupFilterSource type description for details.
The default FilterSources property value is [tefsDisplayText, tefsText].
See Also