ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Properties associated with the cells of the status bars
List of properties associated with the cells of the status bars...
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
Pane (Property)
The Pane property is used to: Find out the pane tabs associated with a control. Define the pane tabs associated with a control....
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
Page (Property)
The Page property is used to handle a page.
12. Pages in practice
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
Creating anchors
The anchors are used to define specific points in a help page......
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
PublicationDate (Property)
The PublicationDate property is used to get the date an element was last accessed.
Error 14: ELSE statement without IF
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
StartTimestamp (Property)
The StartTimestamp property is used to set the start date and time of an action.
EndTimestamp (Property)
The EndTimestamp property is used to set the end date and time of an action.
14. Managing the "Back" button in practice
<Calendar>.SelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
<Input>.CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.