TPlannedTransport.Consignee
redirigé depuis TPlannedTransport.SetConsignee
| TPlannedTransport = class (TObject) | Interface de TPlannedTransport | Exemples 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;
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
var consignee:=TLogisticsLocation.ConnectByID(12);
attendu.Consignee:=consignee;
attendu.Post;