FMX.Objects.TShape.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TShape();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| destructor | public | FMX.Objects.pas FMX.Objects.hpp |
FMX.Objects | TShape |
Description
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.