API:System.Rtti.TValue.From

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function From<T>(const Value: T): TValue; overload; inline; static;
class function From(ATypeInfo: PTypeInfo; const Value): TValue; overload; inline; static;

C++

TValue __fastcall TValue::From(const T Value)
static TValue __fastcall From(System::Typinfo::PTypeInfo ATypeInfo, const void *Value)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Rtti.pas
SystemRtti.h
System.Rtti TValue

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.