ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing parallel tasks
The computers are becoming more and more powerful......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
Control (Variable type)
The Control type is used to define the characteristics of a control.
List Box control linked to a table or to a query
A List Box or Combo Box control can be used to display the content of a table or query, to allow a user to select a record, for example......
DateDifference (Function)
Calculates the number of days between two dates.
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
Breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Environment of the data model editor
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
TimeToInteger (Function)
Converts a time to an integer.
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process of the current control.
Column events (Table control)
List of events associated with the columns of Table controls...
Date (Type of variable)
The Date type enables you to easily handle the dates...