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