ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
Environment of code editor
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
dModifyHSL (Function)
Modifies the hue, the saturation and the lightness of an image found: in an Image control, in an Image variable....
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
HFSQL Client/Server: Overview
You have the ability to create applications that access the HFSQL Client/Server databases......
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
<Source>.FilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HErrorLock (Function)
Used to check whether a lock error occurred.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
The Clickable Image control
The Clickable Image control can be used to......
Manipulating TimeLine controls programmatically (prefix syntax)
A TimeLine control can be......