System.Classes.TStrings.ValueFromIndex

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also