ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Organizer>.WorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer 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).
OrganizerWorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
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).
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Custom properties (WLanguage)
A custom property is a code element with two events......
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
RTFToText (Function)
Returns the text without the formatting characteristics specific to RTF.
Restoring an HFSQL Client/Server database
A backup of an HFSQL Client/Server database can be restored at any time......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Description (Property)
The Description property is used to get and change the page description.
HJSONToRecord (Function)
Imports JSON data into the current record.
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL table.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
HSeek (Function)
Positions on the first record of the table whose value for a specific item is greater than or equal to a search value (generic search by default).
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
SCM: Project version changes
When several projects share elements in the same SCM, version changes of WINDEV, WEBDEV and WINDEV Mobile projects......
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
<Chart>.Zoom (Function)
Defines the zoom of a chart.