ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TaskNext (Function)
Reads the task found after the current task in the task list of a Lotus Notes or Outlook messaging.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Associated (Property)
The Associated property determines if an element belongs to the base class or to an associated class.
TaskLast (Function)
Reads the last task in a Lotus Notes or Outlook task list.
TaskPrevious (Function)
Reads the task found before the current task in the task list of a Lotus Notes or Outlook messaging.
TaskFirst (Function)
Reads the first task found in the task list of a Lotus Notes or Outlook messaging.
EndDate (Property)
The EndDate property is used to get and change the end date of a time period.
WorksheetName (Property)
The WorksheetName property is used to get and change the name of a worksheet in an XLS document.
<Connection variable>.Backup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
SourceDescription (Property)
The SourceDescription property is used to get the name of the element used as data source of a series.
SQL view
An SQL view is a virtual data source defined by an SQL query......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
HRSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
xlsCoordinatesToName (Function)
Retrieves the name of a cell, XLS worksheet or Spreadsheet control according to its coordinates.
xlsNameToCoordinates (Function)
Returns the coordinates of a cell, XLS file or spreadsheet control according to its name.
Looper control functions (prefix syntax)
List of Looper control functions (prefix syntax)...
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<Image>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image control.
<Image>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image control.
<Image variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image variable.
<Image>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image control.
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
<Image>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified Image control.
<Scheduler>.InfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.