System.IniFiles.TMemIniFile.AutoSave
Delphi
property AutoSave: Boolean read FAutoSave write FAutoSave;
C++
__property bool AutoSave = {read=FAutoSave, write=FAutoSave, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.IniFiles.pas System.IniFiles.hpp |
System.IniFiles | TMemIniFile |
Description
When the destructor is called , the AutoSave property automatically saves the TMemIniFile content to the INI file.
Use the AutoSave property to indicate whether the content of TMemIniFile should be automatically saved or not. Set AutoSave to True to automatically save the modified content of TMemIniFile to the INI file if the destructor is called.