[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds a form added notification handler to the class instance.
Source position: forms.pp line 1234
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. |
Version 4.0 | Generated 2025-05-03 | Home |