Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.ForEachInputParameter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ForEachInputParameter(const ProxyMethod: TDSProxyMethod;  Callback: TProc<TDSProxyParameter>);

C++

void __fastcall ForEachInputParameter(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 Eingabeparameter von ProxyMethod als Methodenparameter.

Callback wird für alle Eingabeparameter von ProxyMethod aufgerufen.

Siehe auch