REST.Backend.MetaTypes.TBackendClassValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TBackendClassValue = record

C++

struct DECLSPEC_DRECORD TBackendClassValue
{
private:
    _di_IBackendMetaClass FData;
    System::UnicodeString __fastcall GetBackendClassName();
    System::UnicodeString __fastcall GetDataType();
public:
    __fastcall TBackendClassValue(const _di_IBackendMetaClass Intf);
    bool __fastcall TryGetBackendClassName(/* out */ System::UnicodeString &AValue);
    bool __fastcall TryGetDataType(/* out */ System::UnicodeString &AValue);
    __property System::UnicodeString BackendClassName = {read=GetBackendClassName};
    __property System::UnicodeString BackendDataType = {read=GetDataType};
    TBackendClassValue() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
REST.Backend.MetaTypes.pas
REST.Backend.MetaTypes.hpp
REST.Backend.MetaTypes REST.Backend.MetaTypes

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 !