System.Rtti.TValue.From
Delphi
class function From<T>(const Value: T): TValue; static;
C++
TValue __fastcall TValue::From(const T Value)
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Rtti.pas SystemRtti.h |
System.Rtti | TValue |
Description
Builds a new TValue record from a generic value.
From is a generic static method that can be used to build TValue records with a stored generic value. The Value parameter is stored inside the built TValue record.