RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebAppDataModule.Destroy Destructor

Frees a Web application data module instance.

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

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!