TPlannedTransport.ConsigneeNature

redirigé depuis TPlannedTransport.SetConsigneeNature

TPlannedTransport = class (TObject)Interface de TPlannedTransportExemples de TPlannedTransport

Qubes 6.3 Nature du tiers de destination

Syntaxe

property ConsigneeNature: TThirdPartyNature read write

Remarques

Lecture ou écriture de la propriété de type énuméré TThirdPartyNature
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.ConsigneeNature:=TThirdPartyNature.Supplier;
attendu.Post;

Classification

QubesLogistics.PlannedTransports TPlannedTransport