RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebDispatcher.Destroy Destructor

Frees an instance of TCustomWebDispatcher.

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

Do not destroy the TCustomWebDispatcher directly in an application. The dispatcher is freed automatically when the server application shuts down. 

Destroy frees the TWebActionItems object used to hold the collection of action items. 

 

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