ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AutoRunDelete (Function)
Stops the automatic execution of a WINDEV application.
PermissionList (Function)
Returns one or all the permissions declared by the application.
TwoFactorAuthenticationGenerateTOTPKey (Function)
Generates a TOTP Key for an application user.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
GetTheme (Function)
Gets the current theme of a mobile application.
SysNameExe (Function)
Returns the name and full path of an application.
PermissionRequest (Function)
Prompts the user to grant an application permission.
<WBAdminAuth variable>.Disconnect (Function)
Deletes a connection from a WEBDEV Application Server.
WBAdminDisconnect (Function)
Deletes a connection from a WEBDEV Application Server.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
Input (Function)
Displays a message allowing the user to type an information.
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Handling a control through programming in a report
All report controls can be handled through programming......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...