TPlannedTransport.FlowType

redirigé depuis TPlannedTransport.GetFlowType

TPlannedTransport = class (TObject)Interface de TPlannedTransportExemples de TPlannedTransport

Qubes 6.3 Flux de gestion

Syntaxe

property FlowType: TLogisticsFlowType read write

Remarques

Type énuméré
Définition du flux logistique de l'attendu
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.FlowType:=TLogisticsFlowType.Subcontracting;
attendu.Post;

Classification

QubesLogistics.PlannedTransports TPlannedTransport