ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
fCurrentDir (Function)
Identifies or modifies the current directory.
ControlClone (Function)
Creates a new control from an existing control.
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
Programming automatic calculations in the columns of a Table control
Alias (Property)
The Alias property gets the alias of an element.
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
Python: Native calls
WLanguage allows for native Python calls......
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
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)....
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......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......