ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Compilation options
The compilation options allow you to define the help system generation settings......
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
8. Windows in practice
Discover the main actions that can be performed on the windows....
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Customizing the report viewer: Available windows
Manipulating a Layout control programmatically
A Layout control can be......
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
TypeFiles (Property)
The TypeFiles property is used to get and change the filter available in the file picker of the Upload control.
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
UsefulWidth (Property)
The UsefulWidth property is used to get and change the useful width of an internal window (or supercontrol) with scrollbars.
UsefulHeight (Property)
The UsefulHeight property is used to get and change the useful height of an internal window (or supercontrol) with scrollbars.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
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......