[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Type for a screen notification handler used for control-related events.
Source position: forms.pp line 1107
type TScreenControlEvent = procedure( |
Sender: TObject; |
LastControl: TControl |
) of object; |
Sender |
|
TObject for the event notification. |
LastControl |
|
The new active control. |
|
Type used for a screen notification handler for form-related events. |
|
|
Screen notification events and handler types. |
Version 4.0 | Generated 2025-05-03 | Home |