Event: OnInvalidDataChar

If you use the Delphi/C++ Builder 2009 or later, you can use the Data property to specify a block of binary (bytes) data, and encode it into a barcode symbol, or specifies the barcode text in AnsiString format. The event occurs if there is any invalid character in the Data property value.

Syntax:

type

{ Defined in the pBarcode2D unit }

TOnInvalidDataChar = procedure (Sender: TObject; Index: Integer; DataChar: AnsiChar; LinearFlag: Boolean) of object;

property OnInvalidDataChar: TOnInvalidDataChar;

Parameters:
Note:

Contents