FMX.Graphics.TCanvas.Destroy
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.