Event: OnInvalidLength

Occurs when the length of the Barcode, FIMType (Only for TBarcode1D_FIM component), PatchType (Only for TBarcode1D_Patch component), Tracking (Only for TBarcode1D_OneCode component), or Routing (Only for TBarcode1D_OneCode component) property is invalid.

Syntax:

type

{ Defined in the pBarcode1D unit }

TOnInvalidLength = procedure (Sender: TObject; Barcode: string) of object;

property OnInvalidLength: TOnInvalidLength;

Parameters:
Note:

Contents