ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
5. User Groupware in practice
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
Manager of automated tests
The test manager is used to......
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......