ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
HTTPSendForm (Function)
Sends an HTTP form.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
iCreateFont (Function)
Creates a new print font.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
VariableReset (Function)
Resets the variable to its initial value.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
<Image variable>.DrawRectangle (Function)
Draws a rectangle in an Image variable.
fClose (Function)
Closes an external file.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......