TdxCustomBarCodeProperties Class
In This Article
The base class for all classes that implement barcode settings.
#Declaration
Delphi
TdxCustomBarCodeProperties = class(
TcxCustomEditProperties
)
#Remarks
This class implements the core functionality of the barcode control settings classes. The TdxCustomBarCodeProperties class extends its ancestor with members that allow you to:
Select the required barcode type and customize its settings (Symbology, BarCodeSymbologyClass, and BarCodeSymbologyClassName);
Switch between available barcode size calculation modes (FitMode);
Hide or show the barcode’s source text (Text);
Rotate the displayed barcode (RotationAngle);
Change the barcode color and/or size (ModuleColor and ModuleWidth).
You do not need to create instances of the TdxCustomBarCodeProperties class. Use its descendants instead.
#Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomEditProperties
TdxCustomBarCodeProperties
See Also