TListaPedido

<< Click to Display Table of Contents >>

Navigation:  Web Service > Funciones > Classes >

TListaPedido

TArrayPedido = array of TPedido;

 

TListaPedido = class(TRemotable)

private

   FArrayPedido: TArrayPedido;

   FCount:LongInt;

public

  procedure SetLengthList(Value: integer);

published

  property ArrayPedido:  TArrayPedido    read FArrayPedido write FArrayPedido;

  property Count:         LongInt  read FCount write FCount;

end;