TPlannedTransport.Consignee



TPlannedTransport = class (TObject)Interface de TPlannedTransportExemples de TPlannedTransport

Qubes 6.3 Définie le tiers de destination

Syntaxe

property Consignee: TLogisticsLocation read FConsignee write FConsignee

Remarques

Retourne ou crée le tiers de destination.

Exemples

uses QubesLogistics.PlannedTransports, QubesLogistics.ReceiptAndDelivery, QubesLogistics.Location;

var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
var consignee:=TLogisticsLocation.ConnectByID(12);
attendu.Consignee:=consignee;
attendu.Post;

Classification

QubesLogistics.PlannedTransports TPlannedTransport