TTypedValue Record

A record type that stores a TValue and a typeinfo.

Namespace: Spring
type
 TTypedValue = record
 end;

The TTypedValue type exposes the following members.

Show:
 NameDescription
Create(TValue,PTypeInfo)

Initializes a new instance of the TTypedValue class.

Top
Show:
 NameDescription
TypeInfo

Represents property TypeInfo.

Value

Represents property Value.

Top
Show:
 NameDescription
From<T>(T)

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

From<T>(T,PTypeInfo)

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

Top
Show:
 NameDescription
Implicit(TTypedValue to TValue)

Represents a conversion operator.

Implicit(TValue to TTypedValue)

Represents a conversion operator.

Top
Show:
 NameDescription
fTypeInfo

Represents field fTypeInfo.

fValue

Represents field fValue.

Top