Occurs when the length of the Barcode, the Tracking (Only for TBarcode_OneCode component), or the Routing (Only for TBarcode_OneCode component) property is invalid.
type
TOnInvalidLength = procedure (Sender: TObject; Barcode: string) of object;
property OnInvalidLength: TOnInvalidLength;
The even only occurs during the drawing barcode symbol period. If the Image property isn't specified or the Locked property is set to true, It does not occur even if the length of barcode is invalid, until the Image property is specified and the Locked property is set to false.