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).
HEndNoModif (Function)
Unlocks a file that was locked by the same program with HNoModif.
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
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....
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
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.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
AssistedInput (Type of variable)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion.
WINDEV and OPC
OPC stands for "OLE for Process Control"......
DisplayFormat (Property)
The FormatAffichage property lets you know and modify the expected format for displaying a label: plain text, RTF or Markdown format.
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
picRTF (Type of variable)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
SCM administrator: Available tools
The "Tools" tab in the SCM administrator allows you to......
WDINT setup
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
Custom tooltips
Tooltips are very useful for application users......