Type used for a screen notification handler, for form related events.
Source position: forms.pp line 1031
type TScreenFormEvent = procedure( |
Sender: TObject; |
Form: TCustomForm |
) of object; |
Sender |
|
TObject for the event notification. |
Form |
|
The affected form. |
|
Screen notification events and handler types. |
|
|
Type for a screen notification handler used for control related events. |