[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Type used for a screen notification handler for form-related events.
Source position: forms.pp line 1106
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. |
Version 4.0 | Generated 2025-05-03 | Home |