TPlannedTransport.ID

TPlannedTransport = class (TObject)Interface de TPlannedTransportExemples de TPlannedTransport

Qubes 6.3 Identifiant de l'attendu

Syntaxe

property ID: Integer read FID

Remarques

Retourne l'identifiant numérique ID de l'attendu logistique.

Exemples

uses QubesLogistics.PlannedTransports, QubesLogistics.ReceiptAndDelivery;

var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
Print(attendu.ID);

Classification

QubesLogistics.PlannedTransports TPlannedTransport