ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailReadFirst (Example)
Usage example of the EmailReadFirst function
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
dCopyImage (Example)
Usage example of the dCopyImage function
Sidebar control properties
List of properties associated with the Sidebar control...
Carousel control properties
List of properties associated with the Carousel control...
Spin control properties
List of properties associated with the Spin control...
TreeMap control properties
A TreeMap control can be handled in a window by the following WLanguage properties.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
<Image>.DrawPolyline (Function)
Draws a line composed of multiple segments in an Image control.
Warning 18: Loop without potential end
apDisableAction (Function)
Disables the execution of an action found in an action plan.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
Range Slider control properties
The following properties are associated with the Range Slider control:...
Scrollbar control properties
List of properties associated with the Scrollbar control...
fWriteLine (Example)
Usage example of the fWriteLine function
7. Dynamic site on specific configurations
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.