FMX.Types.TTransform.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TTransform();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TTransform |
Description
Destroys the TTransform instance and frees its memory.
Do not call Destroy directly in an application. Call Free instead. Free verifies that the TTransform instance is not nil before calling Destroy.