ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.ModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
ErrorBuild (Function)
Displays a custom error message in a system error window.
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
<Connection variable>.InfoGroup (Function)
Returns information about the specified group of users.
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
fDelete (Example)
Usage example of the fDelete function
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
<Connection variable>.AddGroup (Function)
Adds a group of users.
<Connection variable>.AddUser (Function)
Adds a user to a database.
Error (Function)
Displays a custom error message in a system error window.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
7. Multilingual sites in practice
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.