ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dashboard control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
SysIconAdd (Example)
Usage example of the SysIconAdd function
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values....
DayWidth (Property)
The DayWidth property is used to determine and change the width of days: in a Scheduler control where the days are displayed in column and the resources in rows. in a Gantt Chart column....
HErrorLock (Function)
Used to check whether a lock error occurred.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
PageParameter (Function)
Returns the value of a parameter passed to the current page.
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
GanttWorkingWeekDay (Function)
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView Table control.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
fWriteLine (Function)
Writes a line to a text file (ANSI or Unicode).