[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Removes a form added notification handler.
Source position: forms.pp line 1150
public procedure TScreen.RemoveHandlerFormAdded( |
OnFormAdded: TScreenFormEvent |
); |
OnFormAdded |
|
Form added handler removed in the method. |
|
Adds a form added notification handler to the class instance. |
|
|
Type used for a screen notification handler, for form related events. |