Vcl.DBCGrids.TDBCtrlGrid.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TDBCtrlGrid();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | Vcl.DbCGrids.pas Vcl.DBCGrids.hpp |
Vcl.DBCGrids | TDBCtrlGrid |
Description
Destroys an instance of TDBCtrlGrid.
Do not call Destroy directly in an application. Instead, call Free, which checks that the TDBCtrlGrid reference is not nil, and only then calls Destroy.
Destroy frees the helper objects used by TDBCtrlGrid before calling the inherited destructor.