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. {{#multireplace:FireDAC.Stan.Util.TFDIniFile.Destroy|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.IniFiles.TMemIniFile.Destroy|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.IniFiles.TMemIniFile.Destroy|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.