TPlannedTransport.OriginSoftware
| TPlannedTransport = class (TObject) | Interface de TPlannedTransport | Exemples de TPlannedTransport |
Qubes 6.3 Nom du logiciel originaire de l'attendu
Syntaxe
property OriginSoftware: String read write
Remarques
Chaine représentant le logiciel originaire de l'attendu logistique.
Ce nom est limité à 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');
Print(attendu.OriginSoftware); //'2877s555sq85'
var attendu:=TPlannedTransport.Connect('ACL', TLogisticsFlowType.Purchase, '2877s555sq85', '56');
Print(attendu.OriginSoftware); //'2877s555sq85'