[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Adds a handler routine called the first time the form is shown.
Source position: forms.pp line 742
public procedure TCustomForm.AddHandlerFirstShow( |
OnFirstShowHandler: TNotifyEvent; |
AsFirst: Boolean = False |
); |
OnFirstShowHandler |
|
Handler routine added to the list of fhtFirstShow handlers in the class instance. |
AsFirst |
|
True if the handler is inserted as the first routine in the list of handlers. False if it is appended to the end of the list. |
|
TForm Notification handler types. |
Version 4.0 | Generated 2025-05-03 | Home |