TPlannedTransport.LogisticLocation
redirigé depuis TPlannedTransport.SetLogisticLocation
| TPlannedTransport = class (TObject) | Interface de TPlannedTransport | Exemples 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;
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
attendu.LogisticLocation:='au fond à droite';
attendu.Post;