ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / System 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
SysDeviceInfo (Function)
In french: SysInfoAppareil
Retrieves information from the mobile device where the application is run
Example
let sModelName = SysDeviceInfo(sysModel)
Trace(sModelName)
Syntax
<Result> = SysDeviceInfo(<Type of information>)
<Result>: Character string
Requested information.
<Type of information>: Integer constant
Requested type of information:
sysManufacturerManufacturer of device
sysModelModel of device.
Component: wd290android.aar
See also
Minimum version required
  • Version 23
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help