FireDAC.Stan.Util.TFDIniFile.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TFDIniFile(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | FireDAC.Stan.Util.pas FireDAC.Stan.Util.hpp |
FireDAC.Stan.Util | TFDIniFile |
Description
Frees the memory associated with the TMemIniFile object.
FireDAC.Stan.Util.TFDIniFile.Destroy inherits from System.IniFiles.TMemIniFile.Destroy. All content below this line refers to System.IniFiles.TMemIniFile.Destroy.
Frees the memory associated with the TMemIniFile object.
Do not call Destroy directly; instead call Free.
Warning: The destructor does not write the current memory image to disk. Be sure to save changes made to TMemIniFile by calling UpdateFile before destroying a TMemIniFile instance.