Skip to main content

TdxBarWindowItem.OnKeyPress Event

Occurs when users press a single character key.

Declaration

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