Web.HTTPApp.TWebActionItem.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TWebActionItem(void);

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.

See Also