TPlannedTransport.Carrier
| TPlannedTransport = class (TObject) | Interface de TPlannedTransport | Exemples de TPlannedTransport |
Qubes 6.3 Définie le transporteur
Syntaxe
property Carrier: TLogisticsLocation read FCarrier write FCarrier
Remarques
Référence le transporteur de l'attendu logistique
L'enregistrement de la propriété est fait par l'appel de la méthode Post
Exemples
uses QubesLogistics.PlannedTransports, QubesLogistics.ReceiptAndDelivery, QubesLogistics.Location;
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
var carrier:=TLogisticsLocation.ConnectByID(12);
attendu.Carrier:=carrier;
attendu.Post;
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
var carrier:=TLogisticsLocation.ConnectByID(12);
attendu.Carrier:=carrier;
attendu.Post;