ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
DatePicker (Function)
Opens the system date picker.
LeapYear (Function)
Indicates whether the specified year is a leap year or not.
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)...
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).
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
Screen,Get (External language)
Retrieves the value in a control or in a variable.