ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
ArraySort (Function)
Sorts a WLanguage array.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ProjectInfo (Function)
Returns specific information about the project currently run.
EventChange (Function)
Modifies the status of an event.
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
14. Controls in practice