TPlannedTransport.ID
| TPlannedTransport = class (TObject) | Interface de TPlannedTransport | Exemples de TPlannedTransport |
Qubes 6.3 Identifiant de l'attendu
Syntaxe
property ID: Integer read FID
Remarques
Retourne l'identifiant numérique ID de l'attendu logistique.
Exemples
uses QubesLogistics.PlannedTransports, QubesLogistics.ReceiptAndDelivery;
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
Print(attendu.ID);
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
Print(attendu.ID);