|
Object Member
|
Function
|
|
defaultBarcodeContext
|
Holds the default scanner context.
|
|
barcodeActionObject
|
Used to add new barcode action objects or override existing barcode action objects.
|
|
scanRegExpList
|
Used to match regular expression patterns with barcode scan contexts. The entered barcode value is compared against these regular expressions. If it matches one of them, you use the configured context for interpreting the barcode scan. In system values, the character sequence BACKSLASH can be used to represent a \ when expressing a validation regular expression.
|
|
droppedScanContext
|
Can be used to drop default contexts.
|
|
scanContextList
|
Allows you to update existing barcode scanner contexts or add new barcode scan contexts. As the member droppedScanContext is evaluated first, you can replace a barcode context by including it in the droppedScanContext and scanContextList members.
|