Does Delphi offer an event handler for form creation notifications?
问题 Does Delphi provide some kind of event or hook for form creation (or more generally, form lifecycle events)? So that if somewhere in the code a form is created and shown (modal or non-modal, dynamically or in the usual app starup stage), Delphi calls an event handler which allows to log / analyse / modify the form before it is shown? I know there are options which involve introducing a base form class or a custom form creation procedure, but for existing applications which already have many