Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.GetOutputParametersCount
Delphi
function GetOutputParametersCount(const ProxyMethod: TDSProxyMethod): Integer; virtual;
C++
virtual int __fastcall GetOutputParametersCount(Datasnap::Dscommonproxy::TDSProxyMethod* const ProxyMethod);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Datasnap.DSCustomConnectorProxyWriter.pas Datasnap.DSCustomConnectorProxyWriter.hpp |
Datasnap.DSCustomConnectorProxyWriter | TDSCustomConnectorProxyWriter |
Description
Returns the number of the output parameters of ProxyMethod.
If ProxyMethod has no output parameters, GetOutputParametersCount returns 0.