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).
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
<Source>.ImportJSON (Function)
Imports a JSON file into an HFSQL Classic table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile).
<Source>.Delete (Function)
Deletes a record from a table (query or view).
<Source>.SetLog (Function)
Enables or disables log management on a file.
<Source>.Read (Function)
Reads a record in a file according to a given record number.
<Source>.RecordToString (Function)
Converts the content of the current record to string (in a table, HFSQL view, query, etc.).
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
<Source>.SeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Dashboard control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
Spreadsheet control constants
The following constants are used by the functions for managing Spreadsheet controls:...
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
17. Project Management Hub
...Project Management Hub...
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
NumberRow (Property)
The NumberRow property returns the maximum number of rows containing data in a Spreadsheet control. These rows contain data, a formula, formatting or a non-standard height.
<Internal window>.ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (available in the window, page and report editors) as well as multiple functions that can be used to create and manipulate charts......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Guided Tour constants
WDInst allows you to configure the characteristics of the files to install......