MultimediaTools.ShowBarcodeScanning
Syntax:
Parameters:
<Title> (optional)
Header text to be displayed in the barcode scanning window.
<Scanning handler> (required)
It specifies the handler that will be called upon a successful completion.
The handler procedure should have the following parameters:
- BarCode is Scanned code. The value type is String;
- The result is the returned parameter. It specifies whether the scanning is successful. The value type is Boolean;
- The message is a returned parameter. This message will be displayed to inform the user about last scanning results. The value type is String:
- If scanning fails the message is displayed in red.
- If the message text is not defined, the behavior depends on whether canning is successful or fails.
- Where scanning is successful, nothing is displayed.
- Where scanning fails, “Barcode processing error!” is displayed.
- Additional parameters.
<CloseHandler> (optional)
It specified the handler called upon closing the scanning window.
The handler procedure must have the following parameters:
- Additional parameters.
<BarCodeType> (optional)
It specifies which barcode types must be identified. If the value is Undefined, all barcodes will be identified.
Description:
Availability:
Note: