Set type used to store values from the TControlRoleForForm enumeration.
Source position: controls.pp line 233
type TControlRolesForForm = set of ( |
||
crffDefault, |
|
This control is notified when the user presses Return. |
crffCancel |
|
This control is notified when the user presses Escape. |
); |
TControlRolesForForm is the type returned from the TCustomForm.GetRolesForControl method.
|
Possible default actions on special keys. |
|
|
The base type for TForm classes. |
| Version 4.4 | Generated 2025-11-08 | Home |