TPlannedTransportLine.ID
| TPlannedTransportLine = class (TObject) | Interface de TPlannedTransportLine | Exemples de TPlannedTransportLine |
Qubes 6.3 Identifiant numérique
Syntaxe
property ID: Integer read FID
Remarques
Identifiant numérique de la ligne d'attendu logistique
Exemples
uses QubesLogistics.PlannedTransports, QubesLogistics.ReceiptAndDelivery;
var attendu:=TPlannedTransport.Connect('ACP', TLogisticsFlowType.Purchase, '56574', '56');
for var i:=0 to attendu.LineCount-1 do
PrintLn(attendu.Lines[i].ID);
var attendu:=TPlannedTransport.Connect('ACP', TLogisticsFlowType.Purchase, '56574', '56');
for var i:=0 to attendu.LineCount-1 do
PrintLn(attendu.Lines[i].ID);