TPlannedTransport.LineCount



TPlannedTransport = class (TObject)Interface de TPlannedTransportExemples de TPlannedTransport

Qubes 6.3 Nombre de ligne

Syntaxe

function LineCount(): Integer

Remarques

Retourne le nombre de ligne présente dans l'attendu logistique

Exemples

uses QubesLogistics.ReceiptAndDelivery, QubesLogistics.PlannedTransports;

var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
for var lineIdx:=0 to attendu.LineCount-1 do begin
   ...
end;

Classification

QubesLogistics.PlannedTransports TPlannedTransport