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

TScreenFormEvent

Type used for a screen notification handler for form-related events.

Declaration

Source position: forms.pp line 1111

type TScreenFormEvent = procedure(

  Sender: TObject;

  Form: TCustomForm

) of object;

Arguments

Sender

  

TObject for the event notification.

Form

  

The affected form.

See also

TScreenNotification

  

Screen notification events and handler types.

TScreenControlEvent

  

Type for a screen notification handler used for control-related events.



CT Web help

CodeTyphon Studio