TPlannedTransport.CreationDate

redirigé depuis TPlannedTransport.GetCreationDate

TPlannedTransport = class (TObject)Interface de TPlannedTransportExemples de TPlannedTransport

Qubes 6.3 Date de création de l'attendu

Syntaxe

property CreationDate: Float read write

Remarques

Lecture et écriture de la propriété
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.CreationDate:=Now;
attendu.Post;

Classification

QubesLogistics.PlannedTransports TPlannedTransport