Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.ForEachOutputParameter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

Siehe auch