Datasnap.DSProxyWriter.TDSCustomProxyWriter.IncludeMethod

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Unit: Datasnap.DSProxyWriter
Parent: TDSCustomProxyWriter

Delphi

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

C++

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

Description

Returns whether the specified method is included or not.

The IncludeMethod method returns True if the method specified through ProxyMethod is included in the proxy generation, and False otherwise.

See Also