TNamedValue Record

A record type that stores a TValue and a name.

Namespace: Spring
type
 TNamedValue = record
 end;

The TNamedValue type exposes the following members.

Show:
 NameDescription
Create(TValue,string)

Initializes a new instance of the TNamedValue class.

Top
Show:
 NameDescription
Name

Represents property Name.

Value

Represents property Value.

Top
Show:
 NameDescription
From<T>(T,string)

Overloaded. Represents method From<T>(T,string).

Top
Show:
 NameDescription
Implicit(TNamedValue to TValue)

Represents a conversion operator.

Implicit(TValue to TNamedValue)

Represents a conversion operator.

Top
Show:
 NameDescription
fName

Represents field fName.

fValue

Represents field fValue.

Top