ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets...
Widget functions
Les bulles d'aide permettent d'aider rapidement l'utilisateur dans vos applications...
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.DeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<Table>.Delete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
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....
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....
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......