Version char read-only
Methods:
Properties:
Events:
Returns the version number of the barcode object.
Properties:
Events:
Returns the version number of the barcode object.
MessageBox.Show("The barcode objects version is: " & AxBarcode1.version)
Application.Messagebox(Pchar(Barcode1.Version),
'The barcode objects version number',mb_ok);