ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
Events associated with windows
List of events associated with windows...
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....
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
Certificate functions (prefix syntax)
The following functions are used to handle Windows certificates, using prefix syntax:
Error 102: The constants can be defined in the initialization code of project, ...
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
The Image control
The Image control is used to......
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
WDINT overview
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....