RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapDataModule.BeforeDestruction Method

Generates an OnDestroy event.

Pascal
procedure BeforeDestruction; override;
C++
virtual __fastcall BeforeDestruction();

BeforeDestruction is called immediately before the data module's destructor. Do not call it explicitly in applications. 

BeforeDestruction generates 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!