ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WorkingHourStart (Property)
The WorkingHourStart property gets and sets the start time of working hours used:
  • by an Organizer control.
  • by a Scheduler control.
  • by a Gantt Chart column (in a Table or TreeView Table control).
WorkingHourEnd (Property)
The WorkingHourEnd property is used to identify and change the end time of working hours used:
  • by an Organizer control.
  • by a Scheduler control.
  • by a Gantt Chart column (in a Table or TreeView Table control).
<Organizer>.WorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
OrganizerWorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
Body Complement block
The Body complement block is linked to the Body block......
Query editor: Characteristics
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
GanttOrganizeTask (Function)
Reorganizes the tasks of a Gantt chart according to the constraints (dependencies and resources).
DiagramToImage (Function)
Exports a diagram to a variable of type Image.
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
zipListFile (Example)
Usage example of the zipListFile function
grSurfaceAddData (Example)
Usage example of the grSurfaceAddData function
grSurfaceAltitudeColor (Example)
Usage example of the grSurfaceAltitudeColor function
StreamInfo (Function)
Returns the name and/or number of the stream issuer....
HListAnalysis (Example)
Usage example of the HListAnalysis function
MatExist (Example)
Usage example of the MatExist function
MatNbColumn (Example)
Usage example of the MatNbColumn function
MatNbLine (Example)
Usage example of the MatNbLine function
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HClusterState (Function)
Returns the status of an HFSQL cluster by interrogating its coordinator.
fCurrentDir (Example)
Usage example of the fCurrentDir function
WinScreenRectangle (Example)
Usage example of the WinScreenRectangle function
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
Example for creating a select query
This help page explains how to create two select queries......