API:Soap.IntfInfo.TIntfParamEntry

From RAD Studio API Documentation
Jump to: navigation, search

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;
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!