ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
ProgressBarSystem (Property)
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
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......
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.
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
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
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.
HTTPListCertificate (Function)
Lists the client certificates found on the computer to authenticate on a server.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
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.
ControlClone (Function)
Creates a new control from an existing control.
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......