Skip to main content

TcxDBShellComboBox Class

Represents the data-aware version of the shell combo box control.

Declaration

TcxDBShellComboBox = class(
    TcxCustomShellComboBox
)

Remarks

The TcxDBShellComboBox class represents the data-aware shell combo box control. The shell combo box editors are capable of browsing the system Shell. The required shell item can be located both by typing the path to an item within the edit region and by invoking the editor’s dropdown, representing the folders tree:

Various settings specific to shell combo box editors can be accessed via the Properties member.

The dataset field bound to the cxDBShellComboBox must contain string values. These values represent the paths to the shell items.

See Also