Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsProcedure
Delphi
function IsProcedure(const ProxyMethod: TDSProxyMethod): Boolean;
C++
bool __fastcall IsProcedure(Datasnap::Dscommonproxy::TDSProxyMethod* const ProxyMethod);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Datasnap.DSCustomConnectorProxyWriter.pas Datasnap.DSCustomConnectorProxyWriter.hpp |
Datasnap.DSCustomConnectorProxyWriter | TDSCustomConnectorProxyWriter |
Description
Verifies whether ProxyMethod is a procedure.
IsProcedure returns True if ProxyMethod does not have a return parameter.