Property: Mod11Weighting

(TBarcode1D_MSI)

Controls which repeated weighting factor patterns will be used to calculate the Mod 11 check digit in the TBarcode1D_MSI barcode component.

Syntax:

type

{ Defined in the pMSI unit }

TMod11Weighting = (mwIBM, mwNCR);

property Mod11Weighting: TMod11Weighting;

Description:

For TBarcode1D_MSI barcode component, the Mod 11 check digit algorithm uses one of two different repeated weighting factor patterns for calculating a check digit. The property specifies which repeated weighting factor patterns will be used to calculate the Mod 11 check digit. It's useful only when the value of AutoCheckDigit property is set to true, and the value of CheckMethod property is set to cmMod11 or cmMod1110. It can be one of these values (defined in the pMSI unit):

Contents