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>.ChangeName (Function)
Modifies the physical name of a table.
<Source>.ChangeLocation (Function)
Modifies the search mode of physical tables (.FIC, .NDX, ...).
<Source>.First (Function)
Sets the position on the first record of a table according to the specified browse item.
<Source>.ActivateFilter (Function)
Enables the filter that was previously created for the specified table (view or query).
<Source>.Flush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
<Source>.ExportXML (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to an XML file.
<Source>.DeleteAll (Function)
Deletes all records from a table, an HFSQL view or a query.
<Source>.DeleteTrigger (Function)
Deletes a trigger.
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Source>.ToItem (Function)
Assigns the specified value to an item of the current record.
<Source>.IndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL table and returns the percentage of reindexing already performed.
<Source>.LockFile (Function)
Locks a table and restricts the access to this table for all other sites or applications.
<Source>.Backward (Function)
Moves backward several records from the current position in the table, according to a specified item.
<Source>.ExportJSON (Function)
Exports the records found in a table (HFSQL or OLE DB), view or query to a JSON file.
<Source>.InfoMemo (Function)
Returns the characteristics of binary and text memos.
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
<Source>.ListKey (Function)
Returns the list of keys in a table (query or view) recognized by the HFSQL engine.
<Source>.ImportXLS (Function)
Imports an XLS file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
<Source>.RecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL table (Classic or Client/Server)....
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
<Source>.SetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
<Source>.ListStopWord (Function)
Returns the list of stop words used by a full-text index.
<Source>.SortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
<Source>.LogStop (Function)
Stops the log process of a file.