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...
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).
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file...
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
fDateTime (Example)
Usage example of the fDateTime function
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task...
TimeToString (Function)
Converts a time to a string in the specified format.
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task...
HStatTime (Function)
Returns the time of the last update for the index statistics.
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.
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
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.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Data persistence
The data persistence is used to store the value typed by the user...
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Conversion (Function)
Converts a value from a unit to another one.
Events associated with pages
List of events associated with pages
<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.
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
<Scheduler>.AddAppointment (Function)
Adds a new appointment into a Scheduler control.
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).
Manipulating Scheduler controls programmatically
A Scheduler control can be...
Manipulating Scheduler controls programmatically (prefix syntax)
A Scheduler control can be...
1
2