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