Datasnap.DSReflect.TDSMethod.ParameterTypes

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ParameterTypes: TDSClassArray read GetParameterTypes;

C++

__property TDSClassArray ParameterTypes = {read=GetParameterTypes};

Propriétés

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


Description

Est un tableau d'objets TDSClass représentant le type des paramètres pour la méthode décrite par ce TDSMethod.

Voir aussi