Datasnap.DSReflect.TDSMethod.ParameterTypes

提供:RAD Studio API Documentation

Delphi

property ParameterTypes: TDSClassArray read GetParameterTypes;

C++

__property TDSClassArray ParameterTypes = {read=GetParameterTypes};

プロパティ

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


説明

この TDSMethod が記述するメソッドに対するパラメータの型を表す、TDSClass オブジェクトの配列です。

関連項目