ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Attention : This is version 26 of this documentation page. This feature may have been changed or removed in a higher version.
Help / WLanguage / WLanguage functions / Standard functions / Mobile Device (Pocket PC) access functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
Others
Stored procedures
ceProcessorType (Function)
In french: ceTypeProcesseur
Returns the type of processor on the Mobile Device (Pocket PC) connected to the current computer.
Remark: ceProcessorType can be used only if a connection is established between the current computer and the Mobile device (ceConnect).
Example
// Type of processor on the Mobile device connected to the current computer
ResProcessor = ceProcessorType()
Syntax
<Result> = ceProcessorType()
<Result>: Character String constant
  • Type of processor on the Mobile device connected to the current computer,
  • Empty string ("") if an error occurred. To find out the error details, use ErrorInfo.
The different types of processors are as follows:
ceProcessorIA64IA64 processor
ceProcessorAlphaAlpha processor
ceProcessorAlpha64Alpha 64 processor
ceProcessorARMARM processor
ceProcessorARMv4TARMv4T processor
ceProcessorIntelIntel processor
ceProcessorMIPSMIPS processor
ceProcessorPPCPPC processor
ceProcessorSHXSHX processor
Component: wd260ce.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/18/2020

Send a report | Local help