Datasnap.DSProxyWriter.TDSCustomProxyWriter.IncludeMethod

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IncludeMethod(const ProxyMethod: TDSProxyMethod): Boolean;  virtual;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter

Description

Indique si la méthode spécifiée est incluse ou pas.

La méthode IncludeMethod renvoie True si la méthode spécifiée par ProxyMethod est incluse dans la génération de proxy, sinon elle renvoie False.

Voir aussi