Property: Image

Specifies a TImage control to represent the barcode symbol.

Syntax:

property Image: TControl;

Description:

Specifies a TImage control to display the barcode symbol. The barcode picture will not be saved into the DFM file in design time.

You can link single TImage control to multiple TBarcodeFmx2D components in order to display multiple barcode symbols in the TImage control (using LeftMargin and TopMargin properties to specify the position for every barcode symbol).

Contents