|
RAD Studio VCL Reference
|
Generates an OnDestroy event.
procedure BeforeDestruction; override;
virtual __fastcall BeforeDestruction();
BeforeDestruction is called immediately before the data module's destructor. Do not call it explicitly in applications.
TDataModule overrides BeforeDestruction to generate an OnDestroy event when OldCreateOrder is false.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|