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.
Border management constants
List of constants used by the border management functions....
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Creating anchors
The anchors are used to define specific points in a help page......
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
Describing an element
A flexible modeling includes different elements linked together......
8. Optimizing an application
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Creating a select query
A select query (corresponding SQL statement......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
Date (Type of variable)
The Date type enables you to easily handle the dates...
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Relationships in a CDM
The relationships are used to link entities among themselves or to link associations to entities......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Structure (Type of variable)
A structure is a custom type of data...
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
Principle for running threads
At runtime, an application runs in a main thread......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......