Vcl.DBGrids.TCustomDBGrid.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomDBGrid();

Properties

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

Description

Destroys an instance of TCustomDBGrid.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the data-aware grid is not nil, and only then calls Destroy. Destroy frees all the helper objects used by the grid.

See Also