Datasnap.DSReflect.TDSMethod.MethodClass

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

Delphi

property MethodClass: TDSClass read GetMethodClass;

C++

__property TDSClass* MethodClass = {read=GetMethodClass};

プロパティ

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


説明

この TDSMethod で記述されるメソッドが属するクラスへの参照を表します。

関連項目