ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Infinite Progress Bar control
Progress bars provide useful information to the end user......
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
WDTestSite: Creating a scenario
To create a scenario, the following elements must be installed on the current computer......
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
Other operators
The following are additional operators......
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
Report based on a query
Queries are used to easily select records in one or more data files......