ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemFound (Function)
Checks whether the sought element was found.
Table,Delete (External language)
Deletes an element from a Table 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....
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
zipSelectFile (Function)
Selects files from an archive.
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
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......
Sharing elements with a WINDEV application
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......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
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....
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
The Static control
A Static control is a control used to display a static text......
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.