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