FMX.Graphics.TCanvas.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCanvas();

Properties

Type Visibility Source Unit Parent
destructor public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas

Description

Destroys the current TCanvas and its components, and then frees its memory. Do not call Destroy directly; call Free instead.

See Also