TdxBarCheckKeyForDropDownWindowEvent Type
Declaration
TdxBarCheckKeyForDropDownWindowEvent = procedure(Sender: TCustomdxBarCombo; Key: Word; Shift: TShiftState; var AcceptKey: Boolean) of object;
Parameters
Name | Type |
---|---|
Sender | TCustomdxBarCombo |
Key | Word |
Shift | TShiftState |
AcceptKey | Boolean |
See Also