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