ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ThreadPause (Function)
Pauses the current thread during the specified duration.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
SocketWrite (Function)
Writes a message intended to another socket.
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
iPageHeight (Example)
Usage example of the iPageHeight function
GPSLastPosition (Function)
Retrieves the information about the last known device position.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Specific features of the Express version
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
Assignment of RETURN
The return value of the process currently run can be assigned...
Orientation (Property)
The Orientation property is used to: Get the angle (in degrees) of a Font variable. Modify the angle (in degrees) of a Font variable....
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
IF statement
The conditional IF statement allows you to run an action according to a condition...
LooperInsertLine (Function)
Inserts a row into a Looper control.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
LooperInsert (Function)
Inserts a row into a Looper control.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
VariableReset (Function)
Resets the variable to its initial value.