ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
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.
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.
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
<Dashboard>.AddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
Time (Variable type)
The Time type allows you to easily manipulate times...
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
<Connection variable>.ModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
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.
dbgEnableLog (Function)
Enables the runtime log programmatically.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file...
TimeToString (Function)
Converts a time to a string in the specified format.
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task...
fDateTime (Example)
Usage example of the fDateTime function
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task...
Data persistence
The data persistence is used to store the value typed by the user...
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
Reminder (Variable type)
The Reminder type is used to describe and handle a reminder to inform the user of an appointment.
HStatTime (Function)
Returns the time of the last update for the index statistics.
Conversion (Function)
Converts a value from a unit to another one.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
Events associated with pages
List of events associated with pages
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
<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.
How to include secure payment in a WEBDEV website?
This help page explains how to add a secure payment into a WEBDEV website...
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
<Table>.FormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
hScheduledTask (Variable type)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming...
Manipulating Scheduler controls programmatically
A Scheduler control can be...
Manipulating Scheduler controls programmatically (prefix syntax)
A Scheduler control can be...
1
2
>