ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
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....
grSunburstRootSection (Function)
Changes or specifies the path of the root in a Sunburst chart.
grAxisPosition (Function)
Indicates the position where one of the chart axes (X or Y-coordinates) will be drawn.
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
Page constants
List of constants used by page functions....
Handling a Check Box control through programming (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
iPrintArea (Function)
Prints a text in a rectangular area.
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
SwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
FontAppointmentTitle (Property)
The FontAppointmentTitle property is used to: Find out the characteristics of the font used for the title of appointments in the Scheduler and Organizer reports. Modify the characteristics of the font used for the title of appointments in the Scheduler and Organizer reports....
FontAppointmentContent (Property)
The FontAppointmentContent property is used to: Get the characteristics of the font used for the content of appointments in Scheduler and Organizer reports. Set the characteristics of the font used for the content of appointments in Scheduler and Organizer reports....
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
In-App functions
The following WLanguage functions are used to manage In-App purchases......
ArrayAddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
ArrayInsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
InsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
<Menu>.AddOption (Function)
Adds a new option after the last option of a drop-down or context menu.