TForm Notification handler types.
Source position: forms.pp line 427
type TFormHandlerType = (
fhtFirstShow,
Notified on first form Show.
fhtClose,
Notified on form Close.
fhtCreate
Notified after form Create.
);