Record TLoadingRecord

Hierarchy
Methods
Properties

Unit

Declaration

type TLoadingRecord = record

Description

Contains data relating to the loading station and the total number of crates loaded.

Overview

Fields

Public StationName: String;
Public Commodity: String;
Public SCU: Integer;

Description

Fields

Public StationName: String;

Crate loading station name.

Public Commodity: String;

Name of the goods.

Public SCU: Integer;

Total number of crates loaded.