Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetOutputParametersCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetOutputParametersCount(const ProxyMethod: TDSProxyMethod): Integer; virtual;

C++

virtual int __fastcall GetOutputParametersCount(Datasnap::Dscommonproxy::TDSProxyMethod* const ProxyMethod);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter

Beschreibung

Gibt die Anzahl der Ausgabeparameter von ProxyMethod zurück.

Wenn ProxyMethod keine Parameter enthält, gibt GetOutputParametersCount 0 zurück.

Siehe auch