RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideStrings.ValueFromIndex Property

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

Pascal
property ValueFromIndex [Index: Integer]: WideString;
C++
__property BSTR ValueFromIndex[int Index];

When the list of strings for the TWideStrings object includes strings that are name-value pairs, use ValueFromIndex to get or set the value part of a string associated with an index.  

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

 

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