TPlannedTransport.UnloadingPlannedDate
redirigé depuis TPlannedTransport.SetUnloadingPlannedDate
| TPlannedTransport = class (TObject) | Interface de TPlannedTransport | Exemples de TPlannedTransport |
Qubes 6.3 Date prévisionnelle de déchargement
Syntaxe
property UnloadingPlannedDate: Float read write
Remarques
Date prévisionnelle de déchargement de 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.UnloadingPlannedDate:=Now+20;
attendu.Post;
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
attendu.UnloadingPlannedDate:=Now+20;
attendu.Post;