Datasnap.DSProxyWriter.TDSProxyParamAccess

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TDSProxyParamAccess = record
    TypeIdentifier: string;
    Getter: string;
    Setter: string;
    TypeUnit: string;
    constructor Create(const ATypeId, AGetter, ASetter: string; const ATypeUnit: string = '');
  end;

C++

struct DECLSPEC_DRECORD TDSProxyParamAccess
{
public:
    System::UnicodeString TypeIdentifier;
    System::UnicodeString Getter;
    System::UnicodeString Setter;
    System::UnicodeString TypeUnit;
    __fastcall TDSProxyParamAccess(const System::UnicodeString ATypeId, const System::UnicodeString AGetter, const System::UnicodeString ASetter, const System::UnicodeString ATypeUnit);
    TDSProxyParamAccess() {}
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter Datasnap.DSProxyWriter

Beschreibung

Record, der nützliche Typinformationen enthält.

DSProxy-Writer-Objekte verwenden TDSProxyParamAccess zur Aufnahme von Typinformationen.

Siehe auch