TTMSFNCMenuItemKeyInfo Record
Keyboard event context passed to item key-down handlers.
API unit family: TMSFNCPopupMenu
Syntax
TTMSFNCMenuItemKeyInfo = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Key |
Cardinal |
Virtual key code of the pressed key. |
Shift |
TShiftState |
Keyboard modifier state at the time of the key event. |
View |
ITMSFNCMenuView |
Menu view that owns the item receiving this event. |