ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
The different copy modes
Two different copy modes are proposed by WDTRAD......
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
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:...
AppActivateVersion (Function)
Activates one of the application versions available in the history of versions on the reference setup server.
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
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).
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
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....
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).
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......