|
- Use conditions
- Managing errors
- Application in the background: Android 10 specific case
BCCapture (Function) In french: CBCapture
// Decode a QR Code bar code bc is BarCode bc = BCCapture() IF ErrorOccurred = False _AND_ bc.TypeContent = bcTypeEmail THEN Info("Email address: " + bc.RoughValue) END
Syntax
<Result> = BCCapture([<Bar code type> [, <Enable flashlight>]])
Remarks Use conditions Versions 17 and later New in version 17 Versions 25 and later New in version 25
Related Examples:
|
Cross-platform examples (WINDEV Mobile): WM Stocks
[ + ] This application is used to perform stocktaking and to save the results in a database. The example is used to create entries/exits in the stock, by directly scanning the bar code of products. It is optimized to be run on tablets.
|
|
Android (WINDEV Mobile): Android Inventory
[ + ] This application is used to perform inventories and to save the results in a database.
|
Business / UI classification : Neutral code Component : wd260android.aar
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |