System.Rtti._TValueHelper

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

struct _TValueHelper
{
  static TValue From(const T Value)
  {
    TValue result = TValue::Empty;
    TValue::Make(_DATA::get(Value), _RTTI::get(), result);
    return result;
  }
};

Propriétés

Type Visibilité  Source Unité  Parent
class public SystemRtti.h System.Rtti System.Rtti

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !