ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a report
The report editor allows you to easily create all types of reports via a wizard......
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....
Creating the Form windows of a WINDEV RAD pattern
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList and frees the image from memory....
NumericFormat (Type of Variable)
The NumericFormat type allows you to define all the characteristics of the format that can be used with the NumericalToString function.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
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....
Creating the menus for the pages of the WEBDEV RAD pattern
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
Saving entered data (AAF)
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
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....
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
gBackgroundGradient (Function)
Describes a display color in gradient mode.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
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....
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...