メインメニューを開く

RAD Studio API Documentation β

Datasnap.DSProxyWriter.TDSCustomProxyWriter.IncludeMethodName

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 を返します。

関連項目