Vcl.DBGrids.TColumnTitle.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TColumnTitle();

Properties

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

Description

Destroys the column and frees its memory.

Destroy eliminates the TColumnTitle instance along with its associated font (TFont).

See Also