ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
Title (Property)
The Title property is used to get and change the title of an element.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
GetDefinition (Function)
Retrieves the definition of element type.
OpenSister (Function)
Opens a non-modal sibling window.
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Aliases on data files: HAlias
The aliases are used to handle......
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
Computer renamed or changed
During the development phase, you may have to change the computer used for development (change computer, rename the computer, ......
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Code editor: Display options
The code editor proposes several display options......
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).