[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: controls.pp line 181
type TControlRolesForForm = set of ( |
||
crffDefault, |
|
This control is notified when the user presses Return. |
crffCancel |
|
This control is notified when the user presses Escape. |
); |