System.IniFiles.TMemIniFile Properties
InheritedProtected
| AutoSave | public | When the destructor is called, the AutoSave property indicates whether the content of TMemIniFile is automatically saved to the INI file or not. |
| CaseSensitive | public | Controls whether section and key names are handled in a case-sensitive manner. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Encoding | public | Gets the encoding used. |
| FileName | public | Contains the name of the ini file from which to read and to which to write information. |
| Modified | public | Indicates a modification in the content of TMemIniFile. |
| Stream | public | The property Stream is used to load and save the content. |
| UseLocale | public |