ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
Right (Function)
Extracts the last characters from a string or string buffer.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
LoadParameter (Function)
Reads a persistent value.
Radio Button control properties
List of properties associated with a Radio Button control...
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
5. User Groupware in practice
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Runtime log
The runtime log is the best way to identify the most used features of an application......
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").