TPlannedTransport.ReceivingWarehouse
| TPlannedTransport = class (TObject) | Interface de TPlannedTransport | Exemples de TPlannedTransport |
Qubes 6.3 Magasin de destination
Syntaxe
property ReceivingWarehouse: String read write SetReceivingWarehouse
Remarques
GPAOID du contenant magasin où arrive l'attendu.
L'enregistrement de la propriété est fait par l'appel de la méthode Post
Exemples
uses QubesLogistics.PlannedTransports, QubesLogistics.ReceiptAndDelivery;
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
attendu.ReceivingWarehouse:='MAG-2457';
attendu.Post;
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
attendu.ReceivingWarehouse:='MAG-2457';
attendu.Post;