DesignIntf.TEventInfo.GetParamType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetParamType(Index: Integer): string;

C++

System::UnicodeString __fastcall GetParamType(int Index);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
DesignIntf.pas
DesignIntf.hpp
DesignIntf TEventInfo

Description

Renvoie le type (sous la forme d'une chaîne) d'un paramètre spécifié par index.

GetParamType renvoie le type (sous la forme d'une chaîne) d'un paramètre spécifié par index.

Voir aussi