API:Soap.IntfInfo.TIntfParamEntry

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TIntfParamEntry = record
    Flags: TParamFlags;
    Name: string;
    Info: PTypeInfo;
  end;

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

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !