ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
HClient structure
The HClient structure is used to......
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
emailSMTPSession (Variable type)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
HFileExist (Example)
Usage example of the HFileExist function
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
MaxWidth (Property)
The MaxWidth property gets and sets the maximum width of a control or window.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
WinGiveSuitableHeight (Function)
Returns the height of a window, adapted to the content of controls.
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
MaxHeight (Property)
The MaxHeight property gets and sets the maximum height of a control or window.
fRename (Function)
Modifies the name of a file.
HSubstDir (Example)
Usage example of the HSubstDir function
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......