FMX.Objects.TCustomPath.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomPath();

Properties

Type Visibility Source Unit Parent
destructor public
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TCustomPath

Description

Destroys the object instance and frees its memory.

FMX.Objects.TCustomPath.Destroy inherits from FMX.Objects.TShape.Destroy. All content below this line refers to FMX.Objects.TShape.Destroy.

Destroys the object instance and frees its memory.

Do not call Destroy directly in an application. Call Free instead. Free verifies that the object instance is not nil before calling Destroy.

See Also