ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Data model editor: types of links
Several types of links can be found between the files......
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
1. Testing a site: Elements to be tested
dDisplay (Function)
Displays the drawing in the Image control.
HTTP functions (prefix syntax)
List of HTTP functions...
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
SocketConnect (Function)
Connects a client computer to a given socket.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
SocketRead (Function)
Retrieves a message sent by another socket.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Constants for managing the Image Editor control
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Python: Native calls
WLanguage allows for native Python calls......