ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OrganizerWorkingHour (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).
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).
<Organizer>.WorkingHour (Function)
Used to indicate the specific working hours per day in an Organizer control.
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
ERR_BUTTON_EXPECTED
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Report blocks
A printed report includes several sections......
Programming the table cells
The Table controls can be handled......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HPrevious (Function)
Positions on the previous file record according to a browse item.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
HChangeKey (Function)
Changes the browse item.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HNext (Function)
Sets the position on the next data file record according to a browse item.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
FlexAlignSelf (Property)
The Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
Handling a TreeMap through programming (prefix syntax)
WINDEV allows you manipulate a TreeMap control through programming....
DocDelete (Function)
Deletes an element from a document. This element is deleted from its associated document.
BCToImage (Function)
Generates the image of a bar code.