ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FirstDayOfYear (Function)
Returns the date of the first day of the year.
Calendar functions
List of Calendar functions...
Functions for handling Combo Box controls (prefix syntax)
The following functions are specific to the Combo Box controls, using prefix syntax:
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
CurrentMonth (Function)
Returns the number of the current month.
FirstDayOfMonth (Function)
Returns the first day of the month.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
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.
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
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......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
RecycleBinClear (Function)
Clears the recycle bin of the system.
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).
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......