ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Scanner functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Lists the scanners connected to the current computer.
Example
// Display the list of scanners of the current computer in LIST_Scanner
ListAdd(LIST_Scanner, ScanList())
Syntax
<Result> = ScanList()
<Result>: Character string
List of scanners connected to the current computer, in the following format:
<Scanner name 1> + CR + ... <Scanner name N>
where: <Scanner name 1> ... <Scanner name N> correspond to the names of the connected scanners.
Remarks
Two scanners cannot have the same name: the system automatically adds "#<number>" if a scanner with the same name already exists.
Business / UI classification: UI Code
Component: wd290std.dll
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/12/2022

Send a report | Local help