API:Vcl.Outline.TCustomOutline.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomOutline();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

Description

Destroys an instance of TCustomGrid.

Vcl.Outline.TCustomOutline.Destroy inherits from Vcl.Grids.TCustomGrid.Destroy. All content below this line refers to Vcl.Grids.TCustomGrid.Destroy.

Destroys an instance of TCustomGrid.

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the grid reference is not nil, and only then calls Destroy.

See Also