RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppPageModule.Destroy Destructor

Frees an instance of TCustomWebAppPageModule.

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

Destroy is the destructor for the object instance. It clears the AppServices property and calls the inherited destructor. The AppServices interface is cleared to prevent design time problems that could otherwise occur because the object that implements AppServices may also be owned by a Web page module. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!