Learn About delphivcl.Application.AfterConstruction
May 27, 2021
AfterConstruction method or DelphiVCL.Application.AfterConstruction is used to respond after the last constructor has been executed. Do not call it explicitly in your applications.
The AfterConstruction method implemented in TObject does nothing. Override this method when creating a class that performs an action after the object is created. For example, TCustomForm overrides…