ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

7. Multilingual sites in practice
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
fStopCompress (Example)
Usage example of the fStopCompress function
Comparing the project messages
The comparison between source and target text helps you find translation errors......
HChangeConnection (Example)
Usage example of the HChangeConnection function
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Sum (Function)
Calculates the sum of the array elements.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
Android: Conditions for using the Map control (before version 180056)
The Map control is using the Google Maps API library. The Map control displays data coming from the Google Maps service....
SpreadsheetAllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
HTTPRequest (Example)
Usage example of the HTTPRequest function
ChangeCharset (Example)
Usage example of the ChangeCharset function
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Emulating constants
List of constants used by the functions for emulating automated tests....
HErrorInfo (Example)
Usage example of the HErrorInfo function
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding the SaaS sites of a WEBDEV Application Server......
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).