[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Possible default actions on special keys.
Source position: controls.pp line 187
type TControlRoleForForm = ( |
||
crffDefault, |
|
This control is notified when the user presses Return. |
crffCancel |
|
This control is notified when the user presses Escape. |
); |
lazarus-ccr.sourceforge.net |