Adds a form added notification handler to the class instance.
Source position: forms.pp line 1148
public procedure TScreen.AddHandlerFormAdded( |
OnFormAdded: TScreenFormEvent; |
AsFirst: Boolean = False |
); |
OnFormAdded |
|
Routine added as the form added notification handler. |
AsFirst |
|
True when OnFormAdded should be the first entry in the list of handlers for the type. |
|
Removes a form added notification handler. |
|
|
Type used for a screen notification handler, for form related events. |