ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RGBRed (Function)
Returns the red component of an RGB color.
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
iCloudKeyValueWrite (Function)
Stores the value of a key in an Apple iCloud-based container of "key-value" pairs.
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
Preventing the use of the browser's "Back" button
If the browser "Back" button is used to display the previous page, this action will have no effect......
RGBGreen (Function)
Returns the green component of an RGB color.
Hour (Keyword)
The Hour keyword can correspond to: the Time variable. the Time property which is used to get and change the time of an element....
RGBBlue (Function)
Returns the blue component of an RGB color.
SpreadsheetAllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....
SpreadsheetLoad (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
Collaboration diagram
A collaboration diagram presents the structural organization of objects that send and receive messages......
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
Hasp constants
The Hasp constants are as follows......
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
Variable scope
Variables can be declared anywhere in the code....
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Events associated with TreeView controls
List of events associated with TreeView controls...
Defining a help window template
WINDEV allows you to create help window templates......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.