Spring.Base Spring TTypedValue TTypedValue Record On this page Definition Constructors Properties Methods Operators Definition Unit: Spring Package: Spring.Base A record type that stores a TValue and a typeinfo. Delphi Copy type TTypedValue = record Constructors Create(TValue, PTypeInfo) Properties TypeInfo Value Methods From<T>(T) From<T>(T, PTypeInfo) Operators Implicit(TTypedValue to TValue) Implicit(TValue to TTypedValue)