FMX.Graphics.TPathData.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TPathData();

Properties

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

Description

Destroys TPathData instance and frees the memory. Do not call Destroy directly; call Free instead.

See Also