ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Note (Property)
The Note property is used to get and change a text associated with an element.
PlanActif (Property)
The Property Plane Active allows you to know and modify the number of the plan Active in a window, an internal window or a Cell control .
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
Handling report blocks
The different operations available on report blocks are as follows......
Label report
The report editor allows you to create "Label" reports......
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Border management constants
List of constants used by the border management functions....
HTMLToRGB (Function)
Converts the HTML color into RGB color.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
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.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HDelete (Function)
Deletes a record from a data file (query or view).
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
SOAP functions
List of SOAP functions...
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
ControlClone (Function)
Creates a new control from an existing control.
Associative array (Type of variable)
An associative array is an "advanced" type of array...