Soap.OPToSOAPDomConv.TSOAPArrayElemDesc

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

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 !