ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)...
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later...
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism.
Points to consider if your customers use Windows Vista (and later)
Windows Vista (and later) proposes several improvements...
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism...
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
grInfoXY (Function)
Returns information about the series found at a specific chart point.
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
SaaSClientConnexion (Function)
Returns the characteristics of the connection to the client database.
TileDeleteAll (Function)
Deletes all modifications made to the application tile.
TableAddChild (Example)
Usage example of the TableAddChild function
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
Check Box control functions
The following functions are used to manage the Check Box controls......
SysIconDisplayTooltip (Function)
Displays a tooltip for an icon found in the taskbar.
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
HTTPListCertificate (Function)
Lists the client certificates found on the computer to authenticate on a server.
XMLValidDocument (Function)
Validates an XML document from an XSD schema.
SaaSConnectedUser (Function)
Returns the user currently connected via SaaSConnect.
SpeechSynthesisStop (Function)
Stops all the current read operations on the engine for speech synthesis.
InitParameter (Function)
Initializes the management of persistent values.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
Asc (Function)
Returns the ASCII code of the specified character.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
gToText (Function)
Deletes the graphic elements from a character string that uses gStoredValue, gImage, ...
iMMToPica (Function)
Converts the coordinates of a point (expressed in millimeters) into system coordinates.
iPicaToMM (Function)
Converts the coordinates of a point (expressed in system coordinates) into millimeters.
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......