ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Scheduler control events
The following events associated with Scheduler controls:...
fTempPath (Example)
Usage example of the fTempPath function
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
SysIconAdd (Example)
Usage example of the SysIconAdd function
SchedulerReset (Function)
Populates the ScheduledTask and/or TriggerScheduledTask structures with the default values....
HErrorLock (Function)
Used to check whether a lock error occurred.
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....
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
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.
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
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.
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
"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)...
2. Projects in practice
Discover the main operations that can be performed on a project....
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
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....