RAD Studio VCL Reference
|
Populates a string list with INI file data.
procedure GetStrings(List: TStrings);
__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!
|