Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControlRolesForForm

Set type used to store values from the TControlRoleForForm enumeration.

Declaration

Source position: controls.pp line 213

type TControlRolesForForm = set of (

  crffDefault,

  

This control is notified when the user presses Return.

  crffCancel

  

This control is notified when the user presses Escape.

);

Description

TControlRolesForForm is the type returned from the TCustomForm.GetRolesForControl method.

See also

TControlRoleForForm

  

Possible default actions on special keys.

TCustomForm

  

The base type for TForm classes.



CT Web help

CodeTyphon Studio