Datasnap.DSReflect.TDSMethod.ParameterTypes
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.