Delphi
Barcodes in Delphi projects

Delphi Setup

Video: Add ActiveBarcode to the Delphi development environment.

Add ActiveBarcode to the Delphi development environment.
Delphi 2005, 2006, 2007, 2009, 2010, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, 10 Seattle, 10.1 Berlin, 10.2 Tokyo, 10.3 Rio

1

You can use ActiveBarcode in Delphi like any other control (e.g. like a button). First you have to add the ActiveBarcode control into the Delphi development environment.

Import the ActiveBarcode Control into a package. Launch the function "Import Component" from the menu "Component".

Barcode, Delphi

2

The "Component dialog" appears:

Barcode, Delphi

3

Select "Import ActiveX control" and click "Next". Now a list of the available controls will be shown:

Barcode, Delphi

4

Select "ActiveBarcode" from that list and click "Next". A page for component setup will be shown:

Barcode, Delphi

5

You don't need to change something here. Click "Next". A page for "Create Unit" appears.

Barcode, Delphi

6

Select "Install to new package" here and click on "Next". The "New Package" dialog is showing up:

Barcode, Delphi

7

Enter a name for the new package, e.g. ActiveBarcode. Then click "Finish". Now ActiveBarcode is added as a component to the new package. Now you must compile the package. Select the function "Build ActiveBarcode" from the menu "Project":

Barcode, Delphi