ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating the link buttons in the windows of a WINDEV RAD pattern
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....
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
hRSConfig (Variable type)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Error 112: An array can only have a maximum of X dimensions
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
WinScreenRectangle (Function)
Returns the coordinates of the screen that contains a window.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events, etc.).
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
Manipulating Progress Bar controls programmatically
A Progress Bar control can be handled through programming......
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....