Datasnap.DSReflect.TDSMethod.ParameterTypes

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also