Web.HTTPApp.TWebActionItem.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TWebActionItem();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| destructor | public | Web.HTTPApp.pas Web.HTTPApp.hpp  | 
        Web.HTTPApp | TWebActionItem | 
Description
Destroys an instance of TWebActionItem.
Do not call Destroy directly in an application. Action items are destroyed when the TWebActionItems object that manages them calls the Free method.