Vcl.DBGrids.TGridDataLink.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TGridDataLink();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TGridDataLink

Description

Destroys an instance of TGridDataLink.

Do not call Destroy directly in an application. The TCustomDBGrid that owns a TGridDataLink calls Free from its own destructor to destroy the TGridDataLink object.

Destroy frees up the memory used by the field map before calling the inherited destructor.

See Also