Screen notification events and handler types.
Source position: forms.pp line 1035
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 used for a screen notification handler, for form related events. |
|
|
Type for a screen notification handler used for control related events. |