[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Type of an screen notification handler, for form related events.
Source position: forms.pp line 998
type TScreenFormEvent = procedure( |
Sender: TObject; |
Form: TCustomForm |
) of object; |
Sender |
|
The Screen |
Form |
|
The affected form. |
|
Screen notification events and handler types. |
|
|
Type of an screen notification handler, for control related events. |
lazarus-ccr.sourceforge.net |