System.Classes.TStrings.ValueFromIndex
Delphi
property ValueFromIndex[Index: Integer]: string read GetValueFromIndex write SetValueFromIndex;
C++
__property System::UnicodeString ValueFromIndex[int Index] = {read=GetValueFromIndex, write=SetValueFromIndex};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Classes.pas System.Classes.hpp |
System.Classes | TStrings |
Description
Represents the value part of a string with a given index, on strings that are name-value pairs.
When the list of strings for the TStrings 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.