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).
HRecNum (Function)
Returns: the number of the current record in the HFSQL table. the number of the current record in the HFSQL view....
HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HMigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
HFlush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more tables.
SCM: Managing components
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
BackgroundImage (Property)
The ImageFond property lets you view and modify the background image of an element: window, page, field or state.
<Table>.FormulaDeleteAll (Function)
Deletes all rows added with <Table>.FormulaAdd.
RepeatedZoneAddStart (Function)
Adds a repeat (or line) at the beginning of a field Infinite repeat zone. The repeat is inserted before the first repeat in the Repeated zone field.. The scroll position of the Repeated zone field remains unchanged.
AssistedInput (Variable type)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion.
HeightExpanded (Property)
The HeightExpanded property is used to get and change the height of an expanded iOS 13 widget.
Classes, members, methods and properties
A class is made of......
DisplayFormat (Property)
The DisplayFormat property gets and sets the expected display format for a given text: plain text, RTF or Markdown.
TableFormulaDeleteAll (Function)
Deletes all formulas added with TableFormulaAdd.
ScrollValue (Property)
The ScrollValue property gets and sets the scroll value.
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.