API:Datasnap.DSProxyWriter.TDSProxyParamAccess

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter Datasnap.DSProxyWriter

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 !