ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppParameter (Function)
Returns information about the mechanism for automatic application update.
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......
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.
Date (Type of variable)
The Date type enables you to easily handle the dates...
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
Text (Property)
The Text property is used to get and modify text.
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).
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)...
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.
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
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.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
DatePicker (Function)
Opens the system date picker.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
CurrentDay( Function)
Returns the number of the current day in the current month.