TypeName char
Methods:
Properties:
Events:
The name of the barcode type.
Properties:
Events:
The name of the barcode type.
AxBarcode1.TypeName = "EAN-13" AxBarcode1.Text = "431234100707" MessageBox.Show("Current barcode symbology is: " & AxBarcode1.TypeName)
Barcode1.TypeName := 'EAN-13'; Barcode1.Text := '431234100707'; Application.Messagebox(PChar(Barcode1.TypeName),'Current Barcode symbology',mb_ok);
Barcode1.TypeName = "EAN-13" Barcode1.Text = "431234100707" MsgBox ("Current barcode symbology is: " & Barcode1.TypeName)