TLogisticsNote.PlannedTransportType



TLogisticsNote = class (TObject)Interface de TLogisticsNoteExemples de TLogisticsNote

Qubes 6.1 Flux de gestion

Syntaxe

property PlannedTransportType: TPlannedTransportType read FPlannedTransportType write FPlannedTransportType

Remarques

Non renseigné

Exemples

uses QubesLogistics;
uses QubesLogistics.Location;

var logistics: TLogisticsNote;

logistics:=TLogisticsNote.ConnectByDeliveryCodeAndShippingDateMinAndMax('france');
logistics.PlannedTransportType:=TPlannedTransportType.Purchase;
logistics.Post;

Classification

QubesLogistics.Location TLogisticsNote