ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
HModifyStructure (Function)
Used to update the structure of an HFSQL table by performing an automatic data modification (also called data synchronization).
<Source>.ModifyStructure (Function)
Used to update the structure of an HFSQL table by performing an automatic data modification (also called data synchronization).
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
AnimationEnabled (Function)
Enables or disables the animations in the controls.
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
Automatic table modification
The automatic table modification updates the description of tables on user computers......
<Connection variable>.ManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Principle of remote check
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
Error 122: The name of an Automation object must be a string
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......