RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideStrings.Names Property

Indicates the name part of strings that are name-value pairs.

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

When the list of strings for the TWideStrings object includes strings that are name-value pairs, read Names to access the name part of a string. Names is the name part of the string at Index, where 0 is the first string, 1 is the second string, and so on. If the string is not a name-value pair, Names contains an empty string. 

 

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