Vcl.ColorGrd.TColorGrid.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TCustomControl.Destroy */ inline __fastcall virtual ~TColorGrid() { }

Properties

Type Visibility Source Unit Parent
destructor public Vcl.ColorGrd.hpp Vcl.ColorGrd TColorGrid

Description

Destroys the current TColorGrid object.

Destroy destroys and frees the memory allocated for the current TColorGrid instance.

See Also