Property: FIMType

(TBarcode1D_FIM)

For TBarcode1D_FIM barcode component, the property determines which FIM patterns to use.

Syntax:

type

{ Defined in the pFIM unit }

TFIMType = string;

property FIMType: TFIMType;

Description:

For FIM barcode symbology, there are four FIM patterns ("A", "B", "C" and "D") that can be used. The property determines which FIM to use as follows:

Note: Only one of upper case alphabet characters A, B, C, D, E is allowed, an OnInvalidChar event will occur if you set the property to other character, and an OnInvalidLength event will occur if you set the property to 2 or more characters, or set it to empty.

Contents