ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
SendKey (Function)
Simulates the keystrokes and the mouse actions.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
CursorDisplay (Function)
Displays or hides the mouse cursor.
19. Upload: Sending files to the server
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Functions for managing Map controls (prefix syntax)
The following functions are used to manage Map controls via prefix syntax...
<PDF reader>.InfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
16. Java applications in practice
Java applications in practice...
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
Interface of WDInst
ERR_BAD_CONTEXT_INTERNAL
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
Constants for external files
List of constants used by the functions for managing external files....
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.