Event: OnInvalidChar

Occurs if there is any invalid character in the Barcode property value.

Syntax:

type

{ Defined in the pBarcode2D unit }

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

property OnInvalidChar: TOnInvalidChar;

Parameters:
Note:

Contents