ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
ThreadExecute (Function)
Starts the execution of a secondary thread.
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
.NET object
To access a class......
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
ThreadEnd (Function)
Ends the execution of the current thread.
HListAnalysis (Example)
Usage example of the HListAnalysis function
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.