GetError

function GetError(n: integer) : string;

Returns a text message for the error number n

The error codes are shown under Barcode.Error

 

Delphi Example

ErrorMessage.Text:=Barcode1.GetError(Barcode1.Error);

 

More:

Refresh