Record TSCUxSizeRecord
Unit
Declaration
type TSCUxSizeRecord = record
Description
Record to keep track of the number of boxes for each SCU size.
All properties should be >= 0.
Overview
Methods
![]() |
class operator +(const ALeft: TSCUxSizeRecord; const ARight: TSCUxSizeRecord): TSCUxSizeRecord; |
Properties
![]() |
property SCUSize32: Integer read FSCUSize32 write SetSCUSize32; |
![]() |
property SCUSize24: Integer read FSCUSize24 write SetSCUSize24; |
![]() |
property SCUSize16: Integer read FSCUSize16 write SetSCUSize16; |
![]() |
property SCUSize08: Integer read FSCUSize08 write SetSCUSize08; |
![]() |
property SCUSize04: Integer read FSCUSize04 write SetSCUSize04; |
![]() |
property SCUSize02: Integer read FSCUSize02 write SetSCUSize02; |
![]() |
property SCUSize01: Integer read FSCUSize01 write SetSCUSize01; |
![]() |
property TotalSCU: Integer read FTotalSCU; |
Description
Methods
![]() |
class operator +(const ALeft: TSCUxSizeRecord; const ARight: TSCUxSizeRecord): TSCUxSizeRecord; |
|
Overload of the sum operator between two TSCUxSizeRecord | |
Properties
![]() |
property SCUSize32: Integer read FSCUSize32 write SetSCUSize32; |
![]() |
property SCUSize24: Integer read FSCUSize24 write SetSCUSize24; |
|
>= 0 | |
![]() |
property SCUSize16: Integer read FSCUSize16 write SetSCUSize16; |
|
>= 0 | |
![]() |
property SCUSize08: Integer read FSCUSize08 write SetSCUSize08; |
|
>= 0 | |
![]() |
property SCUSize04: Integer read FSCUSize04 write SetSCUSize04; |
|
>= 0 | |
![]() |
property SCUSize02: Integer read FSCUSize02 write SetSCUSize02; |
|
>= 0 | |
![]() |
property SCUSize01: Integer read FSCUSize01 write SetSCUSize01; |
|
>= 0 | |
![]() |
property TotalSCU: Integer read FTotalSCU; |
|
Total given by the sum of the products of the number of boxes and their respective sizes. | |
