ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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)...
2. Projects in practice
Discover the main operations that can be performed on a project....
ArraySort (Function)
Sorts a WLanguage array.
Sort (Function)
Sorts a WLanguage array.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
InAutomaticTestMode (Function)
Shows whether or not an automation test is in progress.
RegistryValueType (Function)
Returns the type of value found in the registry.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Limitations of WINDEV, WEBDEV and WINDEV Mobile
HTTPSendForm (Function)
Sends an HTTP form.
Creating a flexible modeling
To create a new flexible modeling, you can......
RegistryCreateKey (Function)
Creates a key in the Windows registry.
Passing parameters
The parameters can be passed to a procedure......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.