ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
GglAnalyticsAddException (Function)
Adds an exception beside Google Analytics.
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
HCopyFile (Example)
Usage example of the HCopyFile function
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Animating a Static control
Two methods can be used to animate a Static control......
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
USBDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
hdfsRights (Type of variable)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......