Record TTradeRouteLeg

Hierarchy
Methods
Properties

Unit

Declaration

type TTradeRouteLeg = record

Description

Leg of Trade Route

Overview

Fields

Public GroupId: Integer;
Public LoadingStationName: String;
Public UnloadingStationName: String;
Public Commodity: String;
Public SCU: Integer;
Public SCUMaxSize: TSCUSize;
Public Done: Boolean;
Public Hide: Boolean;
Public SCUxSize: TSCUxSizeRecord;

Description

Fields

Public GroupId: Integer;

Generic record grouping identifier. Panels with the same GroupId belong to the same contract leg.

Public LoadingStationName: String;

Crate loading station name.

Public UnloadingStationName: String;

Crate unloading station name.

Public Commodity: String;

Name of the goods.

Public SCU: Integer;

Total number of SCUs to be delivered.

Public SCUMaxSize: TSCUSize;

Maximum container size.

Public Done: Boolean;

Route completion flag.

Public Hide: Boolean;

Route visibility flag.

Public SCUxSize: TSCUxSizeRecord;

Record to keep track of the number of boxes for each SCU size.