Learn About delphivcl.Application.BeforeDestruction
May 28, 2021
BeforeDestruction method or DelphiVCL.Application.BeforeDestruction is used to respond before the first destructor executes.
BeforeDestruction is called automatically before the object’s first destructor executes. Do not call it explicitly in your applications.
The BeforeDestruction method implemented in TObject does nothing. Override this method when creating a class that…