ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
KeyCompareKey (Function)
Compares an initial key with an activation key.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
SQLExec (Function)
Names and runs an SQL query.
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......
Date (Type of variable)
The Date type enables you to easily handle the dates...
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
AppParameter (Function)
Returns information about the mechanism for automatic application update.
Text (Property)
The Text property is used to get and modify text.
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
HFSQL Client/Server management functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.