ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Scheduler control events
The following events associated with Scheduler controls:...
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
14. Managing the "Back" button in practice
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
The Dashboard control
Dashboards are essential elements in an application......
EventCreate (Function)
Creates an event.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
HReadSeek (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).
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min