Datasnap.DSReflect.TDSClass.CreateMethod

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

Delphi

function CreateMethod(MethodName: string): TDSMethod;

C++

TDSMethod* __fastcall CreateMethod(System::UnicodeString MethodName);

プロパティ

種類 可視性 ソース ユニット
function public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSClass


説明

MethodName に対する TDSMethod インスタンスを作成します。

MethodName がこの TDSClass のメソッドでなかった場合、CreateMethod は、nil を返します。

関連項目