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

TScreenControlEvent

Type of an screen notification handler, for control related events.

Declaration

Source position: forms.pp line 953

type TScreenControlEvent = procedure(

  Sender: TObject;

  LastControl: TControl

) of object;

Arguments

Sender

  

The Screen

LastControl

  

The new active control.

See also

TScreenNotification

  

Screen notification events and handler types.

TScreenFormEvent

  

Type of an screen notification handler, for form related events.