[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControlRolesForForm

Declaration

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.

);