Datasnap.DSProxyWriter.TDSCustomProxyWriter.IncludeMethodName

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 IncludeMethodName(const MethodName: string): Boolean;

C++

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

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