TForm Notification handler types.
Source position: forms.pp line 487
type TFormHandlerType = ( |
||
fhtFirstShow, |
|
Notified on first form Show. |
fhtClose, |
|
Notified on form Close. |
fhtCreate |
|
Notified after form Create. |
); |
| Version 4.6 | Generated 2026-02-20 | Home |