Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarWindowItem.OnKeyUp Event

In This Article

Occurs when users release a key once pressed.

#Declaration

Delphi
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