RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebDataModule.Destroy Destructor

Frees an instance of TCustomWebDataModule.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TCustomWebDataModule();

Typically, WebSnap applications do not explicitly free Web module instances. Instead, the FinishContext method of the Web application services object frees or deactivates Web modules automatically when the application has finished processing an HTTP request. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!