Soap.OPToSOAPDomConv.TSOAPArrayElemDesc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TSOAPArrayElemDesc = record
    MultiDim: Boolean;
    Dims: TNativeIntDynArray;
  end;

C++

struct DECLSPEC_DRECORD TSOAPArrayElemDesc
{
public:
    bool MultiDim;
    TNativeIntDynArray Dims;
};

Properties

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

Description

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