Links
EControl Form Designer Pro
TDesignerEvents.OnKeyPress Event

Occurs when user presses any key in active designer.

property OnKeyPress: TDsnKeyPressEvent;

Write an OnKeyPress event handler to make something happen as a result of a single character key press.. 

 

Sender is the corresponding designer. 

 

The Key parameter in the OnKeyPress event handler is of type Char. 

This is similar to standard TWinControl.OnKeyPress event. See it for details.

Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
What do you think about this topic? Send feedback!