[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Screen notification events and handler types.
Source position: forms.pp line 1002
type TScreenNotification = ( |
||
snFormAdded, |
|
A form was added. |
snRemoveForm, |
|
A form was removed. |
snActiveControlChanged, |
|
The focus moved to another control. |
snActiveFormChanged, |
|
The focus moved to another form. |
snFormVisibleChanged |
|
The visibility of a form changed. |
); |
|
Type of an screen notification handler, for form related events. |
|
|
Type of an screen notification handler, for control related events. |
lazarus-ccr.sourceforge.net |