RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStringsValuesList.Strings Property

This string list defines the list of name/value pairs.

Pascal
property Strings: TStrings;
C++
__property TStrings Strings;

Each line in the string list represents a name/value pair. The name is optional. To specify a name/value enter a line with the name following by "=" followed by the value. For example, "Joe Smith=EMP111" is a named value. "EMP111" is an unnamed value. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!