Vcl.DBClientActns.TClientDataSetApply.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TClientDataSetApply();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.DBClientActns.pas
Vcl.DBClientActns.hpp
Vcl.DBClientActns TClientDataSetApply

Description

Frees the memory associated with the TClientDataSetApply object.

Do not explicitly destroy actions. Action objects are created and destroyed by the action manager or action list that contains them.

See Also