ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Height (Property)
The Height property is used to get and change the height of an element.
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
<Table>.Position (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
<Table>.Modify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
The Image control
The Image control is used to......
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
HOpenConnection (Function)
Opens a connection to a specific database.
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
WEBDEV concepts