API:System.Rtti.TRttiPackage.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TRttiPackage(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| destructor | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiPackage |
Description
Frees an instance of TRttiObject and its associated resources. {{#multireplace:System.Rtti.TRttiPackage.Destroy|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Rtti.TRttiObject.Destroy|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Rtti.TRttiObject.Destroy|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Frees an instance of TRttiObject and its associated resources.
Do not call Destroy directly. All RTTI objects are cleaned up by the RTTI context class that initially created them.