TPlannedTransport.Instructions
redirigé depuis TPlannedTransport.SetInstructions
| TPlannedTransport = class (TObject) | Interface de TPlannedTransport | Exemples de TPlannedTransport |
Qubes 6.3 Description libre
Syntaxe
property Instructions: String read write
Remarques
Lecture et écriture de la propriété
Saisie libre de condigne pour l'attendus
La saisie est limitée à 255 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.Instructions:='Ma description';
attendu.Post;
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
attendu.Instructions:='Ma description';
attendu.Post;