ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
Sub-query
A sub-query is a query whose result is used by another query......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
WDReplic: Implementing a replication
Configuring a replication requires several steps......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
iPageNum (Function)
Returns or initializes the number of the page currently printed.
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
Currencies
A currency is a real coded on 10 bytes....
TimeToInteger (Function)
Converts a time to an integer.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....