ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaSAdminListUser (Function)
Lists the users of the SaaS Webservice database.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
XMLDocument (Function)
Creates a new XML document.
Composite variable
A composite variable contains different types of elements (members)...
ArraySort (Function)
Sorts a WLanguage array.
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
Error 25: No THEN statement is associated with this IF
SaaSAdminModifyUser (Function)
Modifies a SaaS user.
SaaSAdminDeleteUser (Function)
Deletes a SaaS user.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
HModifyStructure (Example)
Usage example of the HModifyStructure function
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
List of reserved words
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
SaaSAdminAddUser (Function)
Adds a SaaS user.
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
WLanguage procedure called by zipAddDirectory
WLanguage procedure ("Callback") called when adding files with zipAddDirectory.
AJAXExecute (Example)
Usage example of the AJAXExecute function