ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.
Batch processing: creation of executables, WDLs, components, etc.
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line...
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Multi-project processing: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ...
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
HFSQL properties associated with the queries and views
List of HFSQL properties associated with the queries and views...
Scheduler control events
The following events associated with Scheduler controls:...
WDTRAD options
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Manipulating Scheduler controls programmatically (prefix syntax)
A Scheduler control can be......
<Source>.ReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
DateTimeDifference (Function)
Calculates the difference between two dates and times.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
The pages
Pages are the main interface of a WEBDEV site......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
ControlClone (Function)
Creates a new control from an existing control.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
Combo Box control functions
List of functions for handling the Combo Box controls...
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
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......
Hour (Keyword)
The Hour keyword can correspond to: the Time variable. the Time property which is used to get and change the time of an element....
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......