Datasnap.DSReflect.TDSMethod.ParameterTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParameterTypes: TDSClassArray read GetParameterTypes;

C++

__property TDSClassArray ParameterTypes = {read=GetParameterTypes};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSMethod

Description

Is an array of TDSClass objects that represent the type of the parameters for the method described by this TDSMethod.

See Also