ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
15 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.
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024....
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic table...
Time (Variable type)
The Time type allows you to easily manipulate times...
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.
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
Conversion (Function)
Converts a value from a unit to another one.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
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.
<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.
Manipulating Scheduler controls programmatically (prefix syntax)
A Scheduler control can be...