ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SMSSend (Function)
Sends an SMS.
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
<Image variable>.EncrustColor (Function)
Encrusts a color in an image found in an Image variable].
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
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].
<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....
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
WinAdaptSize (Function)
Adapts the window size to the content of controls.
14. Controls in practice
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......
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Environment of the window editor
The main elements of window editor are as follows:
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
MDIOpen (Function)
Opens and enables an MDI child window.