ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Contact (Type of variable)
The Contact type is used to define the advanced characteristics of a contact found in the phone book.
ContactModify (Function)
Modifies the current contact in a Lotus Notes or Outlook address book.
<List Box>.Position (Function)
Displays a List Box (or a ListView) control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Programming patterns
CAUTION......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Printing reports from a WEBDEV site
By default, the "Print" icon allows the Web user to print the current site page......
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
8. Sharing a project in practice
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
Using RAD patterns
The steps for creating a RAD pattern are as follows......
Items used in a select query
A query created in the query editor can contain several types of items......
Constants for managing appointments
Lists of constants used to manage the appointments...
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....
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
gpwListOAuthParameters (Function)
Retrieves the list of OAuth parameters defined for the User Groupware, i.e. the list of providers (Google, Facebook, etc.) to which it is possible to connect via the User Groupware. These parameters are defined via the User Groupware administration site.
Generating the RAD pattern
To generate a RAD pattern:...
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
The Slider control (in a window)
A slider control is used to select a value between two bounds......