TdxBarCodeProperties.ShowText Property
In This Article
Specifies whether the control complements a generated barcode with the source (encoded) text.
#Declaration
Delphi
property ShowText; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
You can set this property to False or True to hide or show the generated barcode’s source text.
Value | Example |
---|---|
True | ![]() |
False | ![]() |
The default ShowText property is True.
See Also