RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebPageModule.Destroy Destructor

Frees an instance of TCustomWebPageModule.

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

Typically, WebSnap applications do not explicitly free Web page 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!