ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
HListLink (Function)
Returns the list of table bindings (Merise type) present: in the current database schema, in ongoing database schemas (projects with multiple database schemas). in a specific database schema....
zipSelectFile (Function)
Selects files from an archive.
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
fMoveDir (Function)
Moves a directory and its content.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
MemFound (Function)
Checks whether the sought element was found.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
SchedulerDeleteAll (Function)
Deletes all appointments and resources from a Scheduler control.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of gglCalendar events, ...). of a WLanguage list....