FireDAC.Stan.Util.FDFree
Delphi
procedure FDFree(AObj: TObject);
C++
extern DELPHI_PACKAGE void __fastcall FDFree(System::TObject* AObj);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FireDAC.Stan.Util.pas FireDAC.Stan.Util.hpp |
FireDAC.Stan.Util | FireDAC.Stan.Util |
Description
Destroys an object and frees its associated memory, if necessary.
Use Free to destroy an object if the object reference is not nil. The behavior differs for ARC and non-ARC platforms:
Warning:
AObjmust be an instance of a TObject descendant.