TdxBarCode11Symbology Class
The Code 11 barcode symbology class.
Declaration
TdxBarCode11Symbology = class(
TdxBarCodeITFTypeSymbology
)
Remarks
Code 11, also known as USD-8, is used to encode numbers from 0 to 9, and the dash character. This barcode type is used primarily in labeling telecommunications equipment.
The TdxBarCode11Symbology class does not introduce any new public members and provides no barcode-specific settings.
To enable the Code 11 generation mode, assign the TdxBarCode11Symbology class name to the Properties.BarCodeSymbologyClassName property provided by the unbound and data-aware barcode controls.
The dxBarCode11LeftQuietZoneSize and dxBarCode11RightQuietZoneSize global constant values determine the Code 11’s left and right quiet zones, respectively.
Inheritance
TObject
TPersistent
TdxCustomBarCodeSymbology
TdxBarCodeITFTypeSymbology
TdxBarCode11Symbology
See Also