ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

restRequest (Variable type)
The restRequest type is used to define the advanced characteristics of a REST request.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
ThreadEnd (Function)
Ends the execution of the current thread.
ArrayInsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
HPass (Function)
Defines the password used to create or open a table.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
gglEvent (Variable type)
The gglEvent type is used to describe and modify an event of a calendar...
Property Description (Variable type)
The Property Description type is used to get information about a property.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
SourceKey (Property)
The SourceKey property sets the characteristics of a link.
RTFSelection (Function)
Modifies or lists the attributes of the text currently selected in an RTF field (in a WINDEV window or report).
AppInstallUPD (Function)
Triggers the automatic update of current application.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
Programming the table cells
The Table controls can be handled......