ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
CurrentMonth (Function)
Returns the number of the current month.
FirstDayOfMonth (Function)
Returns the first day of the month.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
Time (Type of variable)
The Time type is used to easily handle the times...
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
TimeValid (Function)
Checks the time validity.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
fTempPath (Example)
Usage example of the fTempPath function
HFSQL properties associated with the queries and views
List of HFSQL properties associated with the queries and views...
Specific features of the Express version
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
Translating a text file with WDTRAD
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
DriveRename (Function)
Renomme un fichier ou un répertoire sur un disque distant.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
ChronoReset (Function)
Stops and resets a running stopwatch.