| [Overview][Types][Classes][Index] | 
Get contents of ini file as stringlist
Source position: inifiles.pp line 259
public procedure TMemIniFile.GetStrings(  | 
List: TStrings  | 
);  | 
List  | 
  | 
Stringlist in which to copy the data  | 
GetStrings returns the whole contents of the ini file in a single stringlist, List. This includes comments and empty sections.
The GetStrings call can be used to get data for a call to SetStrings, which can be used to copy data between 2 in-memory ini files.
  | 
Set data from a stringlist  | 
|
  | 
Clear the data  |