Skip to main content

TdxTokenEditPropertiesOptionsLookup Class

Contains the token editor‘s lookup settings.

Declaration

TdxTokenEditPropertiesOptionsLookup = class(
    TcxOwnedPersistent
)

Remarks

This class extends its ancestor with the following members that allow you to:

  • Disable or enable the token editor’s lookup functionality (Active);

  • Customize the lookup filter (FilterMode and FilterSources);

  • Specify whether the dropdown window lists suggested tokens in alphabetical order (Sorted);

  • Specify how the editor shows text within a token box (DisplayMask);

  • Adjust the number of simultaneously visible rows in the lookup dropdown window (DropDownRows).

A token editor’s Properties.Lookup property references a TdxTokenEditPropertiesOptionsLookup object.

Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxTokenEditPropertiesOptionsLookup
See Also