ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HFSQL properties associated with the queries and views
List of HFSQL properties associated with the queries and views...
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
CurrentYear (Function)
Returns the current year in integer format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
ChronoReset (Function)
Stops and resets a running stopwatch.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
Translating a text file with WDTRAD
User Groupware functions...
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......