Vcl.Bind.Navigator.TBindNavigateAction.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TBindNavigateAction();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Bind.Navigator.pas
Vcl.Bind.Navigator.hpp
Vcl.Bind.Navigator TBindNavigateAction

Description

Frees an instance of TCustomAction.

Vcl.Bind.Navigator.TBindNavigateAction.Destroy inherits from Vcl.ActnList.TCustomAction.Destroy. All content below this line refers to Vcl.ActnList.TCustomAction.Destroy.

Frees an instance of TCustomAction.

Do not call the destructor directly in an application. Instead, call Free. Free ensures that the action is not nil before calling the destructor.

If the action is contained in an action list or action manager, Destroy removes the action from that list.

See Also