ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
fMoveFile (Function)
Moves a file from one directory to another.
ThreadPause (Function)
Pauses the current thread during the specified duration.
Handling TimeLine controls programmatically
A TimeLine control can be......
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
14. Controls in practice
HOpenConnection (Function)
Opens a connection to a specific database.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
fUnlock (Function)
Entirely or partially unlocks an external file.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
PageDisplay (Function)
Displays a web page in the user's browser....
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Operator on Address
The & operator returns the address of a variable as an integer
Constants for managing the windows
List of constants used by the functions for managing the windows...
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.