Datasnap.DSCustomConnectorProxyWriter.TDSCustomConnectorProxyWriter.IsProcedure

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IsProcedure(const ProxyMethod: TDSProxyMethod): Boolean;

C++

bool __fastcall IsProcedure(Datasnap::Dscommonproxy::TDSProxyMethod* const ProxyMethod);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Datasnap.DSCustomConnectorProxyWriter.pas
Datasnap.DSCustomConnectorProxyWriter.hpp
Datasnap.DSCustomConnectorProxyWriter TDSCustomConnectorProxyWriter

Description

Vérifie si ProxyMethod est une procédure.

IsProcedure renvoie True si ProxyMethod n'a pas de paramètre de retour.

Voir aussi