ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
TwainToPDF (Function)
Allows you to: save the document coming from the Twain device in a PDF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in PDF format (in a buffer)....
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
WINDEV applications for Linux: Specific features
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
Page Footer block
The Page footer block is run at the end of each page......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipDeleteFile (Function)
Deletes a file from an archive.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Looper control functions (prefix syntax)
List of Looper control functions (prefix syntax)...
The Looper control
A Looper control is used to repeat the controls found in a specific area......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
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)