parameters: String – input data
Return type: String
Returns the string of characters which, when displayed or printed using one of the Universal Fonts, forms the barcode. The data is taken from the input parameter.
Barcode=getBarcode2(szin) is equivalent to
setCaption(szin);
Barcode=getBarcode();