Skip to main content

TdxBarLookupCombo.KeyPress(Char) Method

Called when pressing alphanumeric keys.

Declaration

procedure KeyPress(var Key: Char); override;

Parameters

Name Type
Key Char

Remarks

When an end-user presses alphanumeric keys within a combo box, the KeyPress procedure attempts to locate a corresponding item from the dropdown list. The Key parameter is the character which represents the key pressed, not a virtual key code.

See Also