ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. User Groupware in practice
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
Events associated with TreeView controls
List of events associated with TreeView controls...
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
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.
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
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....
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
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......
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......