Datasnap.DSProxyWriter.TDSCustomProxyWriter.ProxyWriters

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ProxyWriters: TDictionary<string, IDSProxyWriter> read FProxyWriters;

C++

__property System::Generics::Collections::TDictionary__2<System::UnicodeString,Datasnap::Dscommonproxy::_di_IDSProxyWriter>* ProxyWriters = {read=FProxyWriters};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter

Beschreibung

Gibt eine Kollektion von DataSnap-Proxy-Schreibern an.

Die Eigenschaft ProxyWriters gibt eine Kollektion von DataSnap-Proxy-Schreibern an, die als Schlüssel/Wertepaare (Name und Proxy-Entwickler) zurückgegeben werden.

Siehe auch