ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateToDay (Function)
Returns the day that corresponds to a given date.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Code history
The code history is used to......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
ThreadCurrent (Function)
Returns the name of the thread currently run.
SysNameMainScreen (Function)
Returns the name of the main screen for the computer.
NetworkDomainName (Function)
Returns the name of the domain associated with the computer.
NationToName (Function)
Returns the name of the language corresponding to a nation.
iCurrentFile (Function)
Returns the name of the file currently generated.
<Calendar>.Select (Function)
Returns the date selected in a Calendar control.
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
LastDayOfYear (Function)
Returns the date of the last day of the year.
ControlCurrent (Function)
Returns the name of the control currently in edit.
SysNameExe (Function)
Returns the name and full path of an application.
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
Link properties
When creating a link, you can simply specify the destination......
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
ERR_BAD_CONTEXT_FOUND
NumberRow (Property)
The NumberRow property returns the maximum number of rows containing data in a Spreadsheet control. These rows contain data, a formula, formatting or a non-standard height.
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.