Event: OnInvalidChar

Occurs if there is any invalid character in 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.

Syntax:

type

{ Defined in the pBarcode1D unit }

TOnInvalidChar = procedure (Sender: TObject; Index: Integer; BarcodeChar: Char) of object;

property OnInvalidChar: TOnInvalidChar;

Parameters:
Note:

Contents