ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
Composite chart
A composite chart is a chart that displays several types of charts......
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
zipExtractAll (Example)
Usage example of the zipExtractAll function
HDescribeConnection (Function)
Describes a new connection to an external database.
2. User-friendly editors in practice
User-friendly editors in practice...
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
Constants for encryption/compression
List of constants used by the encryption/compression functions...
9. Sharing a project in practice
Sharing a project in practice...
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
ChangeStyle (Function)
Modifies the style of a control dynamically.
URI constants
The following constants are used by URI-specific functions:...
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Extern (Reserved word)
EXTERN is used to...
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
MemFound (Function)
Checks whether the sought element was found.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
zipAddDirectory (Example)
Usage example of the zipAddDirectory function