ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.
WINDEV License Agreement
WINDEV License Agreement...
Crosstab report
The report editor allows you to create "Crosstab" reports......
HChangeName (Function)
Modifies the physical name of a data file.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Phone constants (Android / iOS)
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
gglPostalAddress (Type of variable)
The gglPostalAddress type is used to describe and modify the postal address of a contact...
HOnError (Function)
Customizes the management of HFSQL errors.
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
redisResponse (Type of variable)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min