Property: CheckMethod

(TBarcode1D_MSI)

Controls how to calculate the check digit in the TBarcode1D_MSI barcode component.

Syntax:

type

{ Defined in the pMSI unit }

TCheckMethod = (cmMod10, cmMod11, cmMod1010, cmMod1110);

property CheckMethod: TCheckMethod;

Description:

The MSI barcode symbology uses one of four possible schemes for calculating a check digit. The property specifies which scheme will be used for calculating a check digit if the AutoCheckDigit property is set to true. It can be one of these values (defined in the pMIS unit):

Contents