Soap.IntfInfo.TIntfParamEntry

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TIntfParamEntry = record

C++

struct DECLSPEC_DRECORD TIntfParamEntry
{
public:
    System::Typinfo::TParamFlags Flags;
    System::UnicodeString Name;
    System::Typinfo::TTypeInfo *Info;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Soap.IntfInfo.pas
Soap.IntfInfo.hpp
Soap.IntfInfo Soap.IntfInfo

Description

TIntfParamEntry et TIntfParamEntryArray représentent le tableau des paramètres d'une valeur TInfMethEntry.

TIntfParamEntry décrit un paramètre unique d'une méthode. TIntfParamEntryArray décrit tous les paramètres d'une méthode.

Flags indique les attributs du paramètre.

Info est un pointeur sur la description du type du paramètre.

Voir aussi