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).
State (Property)
The State property is used to get and change the state of an element.
Info (Function)
Displays a custom message in a system information window.
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.
TextToRTF (Function)
Converts text to Rich Text Format.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
OriginWaypoint (Property)
The OriginWaypoint property is used to get and define the origin of points whose coordinates are specified in the WayPoint property.
Developing 64-bit sites
You can deploy 64-bit compatible sites......
HSetLog (Function)
Enables or disables log management on a file.
HSetMemo (Function)
Used to modify the management mode of memo items.
HCheckStructure (Function)
Defines the mode for comparing data files.
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
Minimized (Property)
The Minimized property is used to: find out whether a repositionable note is minimized, minimize or restore a repositionable note....
DisplayModeAutoWhenLoading (Property)
The DisplayModeAutoWhenLoading property is used to determine and change the display mode when loading a PDF document.
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......