Skip to main content

TdxBarWindowItem.OnKeyUp Event

Occurs when users release a key once pressed.

Declaration

property OnKeyUp: TKeyEvent read; write;

Remarks

This event occurs on releasing a key in the active item control of a TdxBarWindowItem. Use the OnKeyUp event handler to provide special processing that occurs when a key is released. The OnKeyUp handler can respond to all keyboard keys, including function keys and keys combined with the Shift, Alt, and Ctrl keys. If you assign 0 to the Key, all further key processing is canceled.

See Also