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.OnKeyPress Event

In This Article

Occurs when users press a single character key.

#Declaration

Delphi
property OnKeyPress: TKeyPressEvent read; write;

#Remarks

This event occurs after pressing an alphanumeric key in the active linked item control of the TdxBarWindowItem item as well as after the OnKeyDown. Use the OnKeyPress event handler to perform an operation as a result of a single character key press event. If the Key is equal to 0, all further key processing is canceled.

See Also