ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
The Carousel control
The Carousel control is used to display an animated menu made of images......
Events associated with Table controls
List of events associated with Table controls...
WLanguage properties available in PHP
The following properties are available in PHP...
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
grMenu (Function)
Defines the type of context menu displayed by a chart.
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
Events associated with Splitter controls
List of events associated with Splitter controls...
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode....
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
<Camera>.StartDecoding (Function)
Starts decoding bar codes in a Camera control.
9. Internal page
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.