Back to Devexpress

TdxBarCodeErrorType Enum

vcl-dxbarcodeutils-ee8d02eb.md

latest980 B
Original Source

TdxBarCodeErrorType Enum

Enumerates barcode generation errors.

Declaration

delphi
TdxBarCodeErrorType = (
    bceNone,
    bceInvalidCharacters,
    bceInvalidTextFormat,
    bceBoundsTooSmall
);

Members

Name
bceNone
bceInvalidCharacters
bceInvalidTextFormat
bceBoundsTooSmall

Remarks

Barcode generation error states include:

ValueDescription
bceNoneNo error occurs.
bceInvalidCharactersThe source text contains characters unsupported by the active barcode symbology (or with the current symbology’s settings, if applicable).
bceInvalidTextFormatThe source text is too long to be encoded by using the current barcode symbology (or with the current symbology’s settings, if applicable).
bceBoudnsTooSmallThe control’s boundaries are too small to display the generated barcode with the current settings.

See Also

dxBarCodeUtils Unit