TPlannedTransport.ClosingDate
redirigé depuis TPlannedTransport.SetClosingDate
| TPlannedTransport = class (TObject) | Interface de TPlannedTransport | Exemples de TPlannedTransport |
Qubes 6.3 Date de clôture
Syntaxe
property ClosingDate: Float read write
Remarques
Définition ou récupération de la date de clôture 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;
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
attendu.ClosingDate := Now;
attendu.Post;
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
attendu.ClosingDate := Now;
attendu.Post;