RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStrings.Values Property

Represents the value part of a string associated with a given name, on strings that are name-value pairs.

Pascal
property Values [const Name: string]: string;
C++
__property AnsiString Values[AnsiString const Name];

When the list of strings for the TStrings object includes strings that are name-value pairs, use Values to get or set the value part of a string associated with a specific name part.  

For more information on name-value pairs, refer to the NameValueSeparator property.

Note: The Name index is case-insensitive. That is, Values is the value part for the first occurrence of Name or an equivalent string that differs only in case.
 

 

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