Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.ForEachOutputParameter
Delphi
procedure ForEachOutputParameter(const ProxyMethod: TDSProxyMethod;  Callback: TProc<TDSProxyParameter>);
C++
void __fastcall ForEachOutputParameter(Datasnap::Dscommonproxy::TDSProxyMethod* const ProxyMethod, System::DelphiInterface<System::Sysutils::TProc__1<Datasnap::Dscommonproxy::TDSProxyParameter*> > Callback);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| procedure function | protected | Datasnap.DSCustomConnectorProxyWriter.pas Datasnap.DSCustomConnectorProxyWriter.hpp | Datasnap.DSCustomConnectorProxyWriter | TDSCustomConnectorProxyWriter | 
Beschreibung
Ruft Callback auf und übernimmt alle Ausgabeparameter von ProxyMethod als Methodenparameter.
Callback wird für alle Ausgabeparameter von ProxyMethod aufgerufen.