Datasnap.DSReflect.TDSMethod.ParameterTypes
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSReflect.pas Datasnap.DSReflect.hpp
| |
| Unit: Datasnap.DSReflect | |
| Parent: TDSMethod | |
Delphi
property ParameterTypes: TDSClassArray read GetParameterTypes;
C++
__property TDSClassArray ParameterTypes = {read=GetParameterTypes};
Description
Is an array of TDSClass objects that represent the type of the parameters for the method described by this TDSMethod.