ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
fDirSize (Function)
Returns the size of a directory in bytes.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. An animation can be set on the controls during this operation.
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
Control constants
List of constants used by the functions for managing controls...
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
Secure (Property)
The Secure property is used to configure the table encryption security level.
docElementImage (Variable type)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
iPrintBlock (Function)
Forces a report block to print.
NumberInWords (Function)
Converts a number to words.
15. Creating the executable in practice
Creating the executable in practice...
HCheckStructure (Function)
Defines the mode for comparing data files.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....