Datasnap.DSProxyWriter.TDSCustomProxyWriter.IncludeMethodName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IncludeMethodName(const MethodName: string): Boolean;

C++

bool __fastcall IncludeMethodName(const System::UnicodeString MethodName);

Properties

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

Description

Returns whether the specified method, given by name, is included or not.

The IncludeMethodName method returns True if the method specified by name, through the MethodName parameter, is included in the proxy generation, and False otherwise.

See Also