IMPORTANT NOTE

The trial version of RBarcode 1D and 2D for Delphi is delivered as ActiveX Control in order to avoid recompilations for different Delphi versions.


In order to install the activeX control you must:

1. select main menu -> component -> import activeX control
2. click on "Add...", select RBarcodeDX.ocx file
3. You will now see: TBarcode1DX, TDatamatriX, TDPF417X and TMaxicodeX in the "Classes" window.
4. click on "Install", install window will come up.
5. click "ok" to install
6. the controls will appear in the "ActiveX" tab of the components palette.



The registered version is however delivered as Delphi Source code and can be used as native delphi control.


In order to install the registered version from the source code (*.pas file)

1. select main menu -> component -> install component
2. click on "browse" and select Barcode1D.pas, Datamatrix.pas, PDF417.pas or Maxicode.pas
3. You will now see: TBarcode1DX, TDatamatriX, TDPF417X and TMaxicodeX in the "Classes" window.
4. click "ok"
5. the control will appear in the "Barcodes" tab of the components palette.
