ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
WindowsVersion (Function)
Returns the runtime mode of Windows.
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
CurrentWin (Function)
Identifies the window currently in edit.
SMSSend (Function)
Sends an SMS.
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable].
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
14. Controls in practice
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
HIndex (Example)
Usage example of the HIndex function
dShadow (Function)
Adds a shadow effect on an image found in an Image variable].
dHalo (Function)
Adds a halo effect on an image found in an Image variable].
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
SpreadsheetSelectMinus (Function)
Deselects one or more cells in a Spreadsheet control found in a window.
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....