ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
httpRequest
The HTTPRequest keyword can correspond to...
SysYRes (Function)
Returns the vertical screen resolution.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Code snippets
The code editor allows you to enter "Code snippets"......
SysXRes (Function)
Returns the horizontal screen resolution.
apExecute (Function)
Runs an action plan.
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
LooperInsert (Function)
Inserts a row into a Looper control.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
Compilation options (chm format)
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
Time (Type of variable)
The Time type is used to easily handle the times...
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
Character strings
WLanguage supports different types of strings....
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.