Method: Create
Creates and initializes a barcode component.
Syntax:
constructor Create(Owner: TComponent); override;
Description:
Call Create to instantiate a barcode object at runtime. Barcode components added at design time are created automatically.
Parameters:
- Owner: TComponent; It is the component that is responsible for freeing the barcode instance. Typically, this is the form. It becomes the value of the Owner property.
Contents
Copyright © 2001-2024
Han-soft Corporation. All rights reserved.