REST.Backend.MetaTypes.TBackendClassValue

From RAD Studio API Documentation
Jump to: navigation, search

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() {}
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.