ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
12. Pages in practice
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
HErrorLock (Function)
Used to check whether a lock error occurred.
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
2. Examples and components provided with WEBDEV
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Window controls
Several types of controls can be used in a window, ......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.