Event: OnInvalidDataLength

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 when the length of the Data property value is invalid.

Syntax:

type

{ Defined in the pBarcode2D unit }

TOnInvalidDataLength = procedure (Sender: TObject; Data: AnsiString; LinearFlag: Boolean) of object;

property OnInvalidDataLength: TOnInvalidDataLength;

Parameters:
Note:

Contents