TdxBarCode93ExtendedSymbology Class
The Code 93 extended barcode symbology class.
Declaration
TdxBarCode93ExtendedSymbology = class(
TdxBarCode93Symbology
)
Remarks
The extended version of the Code 93 symbology is capable of encoding all 128 ASCII characters.
This class does not introduce any new public members.
To enable the extended Code 93 generation mode, assign the TdxBarCode93ExtendedSymbology class name to the Properties.BarCodeSymbologyClassName property provided by the unbound and data-aware barcode controls.
Inheritance
TObject
TPersistent
TdxCustomBarCodeSymbology
TdxBarCode93Symbology
TdxBarCode93ExtendedSymbology
See Also