TdxCustomBarCode.Text Property
In This Article
Specifies the source text for encoding.
#Declaration
Delphi
property Text: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Different barcode types and their symbology settings impose different limitations on the encoded text. The requirements for the encoded text are listed in the corresponding barcode symbology class descriptions.
To display the encoded text along with the resulting barcode, set the barcode control’s Properties.ShowText property to True
.
Note
In the case of the EAN8, EAN13, UPC-E, and UPC-A symbologies, the encoded text size is determined by the respective barcode standard, and therefore cannot be customized by using the Style.
See Also