ScaleValue  ScannedSymbology

Chapter 3: Property Descriptions and Usage

ScannedData

Applies to

BarcodeScanner objects

Description

Specifies the data from the most recent scan after a RetrieveData call.

Usage

The ScannedData property is a read-only string.

Examples

Example 1

The following example retrieves data from a single scan:

Integer l_iret

l_iret = l_scanner.Open()

l_iret = l_scanner.ScanWait( 30 )

l_iret = l_scanner.RetrieveData()

sl_data.text = l_scanner.ScannedData





Copyright © 2004. Sybase Inc. All rights reserved. ScannedSymbology

View this book as PDF