Back to Devexpress

TdxCustomBarCodeProperties.ShowText Property

vcl-dxbarcode-dot-tdxcustombarcodeproperties-d30d0290.md

latest1.1 KB
Original Source

TdxCustomBarCodeProperties.ShowText Property

Specifies if the encoded text is displayed together with the generated barcode.

Declaration

delphi
property ShowText: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

You can use this property to show or hide the source text from which the displayed bar code is created. If the ShowText property is set to True , the encoded text is displayed with the resulting barcode. Otherwise, only the barcode is visible.

ValueExample
True
False

The default value of the ShowText property is True.

See Also

TdxCustomBarCodeProperties Class

TdxCustomBarCodeProperties Members

dxBarCode Unit