ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).
Creating a query
Two methods can be used to create a query......
Specific features of the applications for iPhone/iPad
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HTTPRequest (Function)
Starts an HTTP request on a server.
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
HTTPConfigure (Function)
Configures the functions that use the HTTP protocol.
CookieWrite (Example)
Usage example of the CookieWrite function
CookieRead (Example)
Usage example of the CookieRead function
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
13. Debugger
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......