RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMemIniFile.GetStrings Method

Populates a string list with INI file data.

Pascal
procedure GetStrings(List: TStrings);
C++
__fastcall GetStrings(TStrings List);

Call GetStrings to copy the INI file data currently stored in memory into a pre-existing string list. 

List is a string list object, created and maintained by the application, into which the INI file data is copied. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!