ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
23 results for: heure
Hour (Keyword)
The Hour keyword can correspond to:
  • the Time variable.
  • the Time property which is used to get and change the time of an element.
Time (Variable type)
The Time type allows you to easily manipulate times...
<Connection variable>.ModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic table...
Hour (Property)
The Hour property is used to:
  • Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration.
  • Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration.
  • Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item.
  • Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item.
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
Conversion (Function)
Converts a value from a unit to another one.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
<Scheduler>.AddAppointment (Function)
Adds a new appointment into a Scheduler control.
<ftpConnection variable>.Time (Function)
Returns the different creation, modification or access times associated with a file located on an FTP server (File Transfer Protocol).
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
Creating the skin template of a report
An Item Description variable is used to describe one or more items in a data file programmatically.
dbgEnableAudit (Function)
Enables the dynamic audit programmatically.
Manipulating Scheduler controls programmatically (prefix syntax)
A Scheduler control can be...