RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
OPToSOAPDomConv.TSOAPArrayElemDesc Record
Pascal
TSOAPArrayElemDesc = record
  MultiDim: Boolean;
  Dims: TIntegerDynArray;
end;
C++
struct TSOAPArrayElemDesc {
  Boolean MultiDim;
  TIntegerDynArray Dims;
};

This is record OPToSOAPDomConv.TSOAPArrayElemDesc.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!