BDE Component

The integration takes place with the help of a package. For each of the following Delphi versions a package is available in your List & Label installation directory under "Samples\Delphi\BDE (Legacy)\Component\":

RAD Studio XE5 and higher: ListLabel29.dpk

RAD Studio lower XE5: ListLabel29PreDelphiXE5.dpk

After installing the package, several icons are automatically created in the component area of the toolbar.

Now you can begin customizing List & Label to suit your needs by configuring the available properties and implementing the required programming logic. There are three different ways to do this:

      Data binding

      The simple print and design methods

      A separate, iterative print loop

The first two options are described below. The iterative approach is for the most part the same as the direct use of the DLL and is thus covered by the general description of the List & Label API.