Datasnap.DSProxyWriter.TDSProxyParamAccess
Delphi
TDSProxyParamAccess = record
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.