Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.ForEachParameter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Callback wird für alle Parameter von ProxyMethod aufgerufen.

Siehe auch