Datasnap.DSProxyWriter.TDSCustomProxyWriter.IncludeMethodName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function IncludeMethodName(const MethodName: string): Boolean;

C++

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

プロパティ

種類 可視性 ソース ユニット
function protected
Datasnap.DSProxyWriter.pas
Datasnap.DSProxyWriter.hpp
Datasnap.DSProxyWriter TDSCustomProxyWriter


説明

名前で与えられた、指定されたメソッドがインクルードされているかどうかを返します。

IncludeMethodName メソッドは、MethodName パラメータを介して名前で指定されたメソッドがプロキシ生成にインクルードされている場合には True を、そうでなければ False を返します。

関連項目