TPlannedTransport.LogisticLocation

redirigé depuis TPlannedTransport.GetLogisticLocation

TPlannedTransport = class (TObject)Interface de TPlannedTransportExemples de TPlannedTransport

Qubes 6.3 Lieu logistique interne

Syntaxe

property LogisticLocation: String read write

Remarques

Chaîne représentant le lieu logistique interne.
Elle est limitée à 64 caractères. 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.LogisticLocation:='au fond à droite';
attendu.Post;

Classification

QubesLogistics.PlannedTransports TPlannedTransport