ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Image (Property)
The Image property gets and sets the background image of a control or block.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
TimeToString (Function)
Converts a time to a string in the specified format.
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14....
ExceptionInfo (Function)
Retrieves information about the current exception.
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....