ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Creating the Vision windows of the WINDEV RAD pattern
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
dbgEnableLog (Function)
Enables the runtime log programmatically.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
ControlToSource (Function)
Assigns the control value to the source of a control link.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SQLFirst (Function)
Positions on the first row of the query result.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
HExecuteProcedure (Function)
Runs a stored procedure.