ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating nested reports
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Index (Property)
The Index property is used to get the index of an element.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
HErrorLock (Function)
Used to check whether a lock error occurred.
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
Structure (Type of variable)
A structure is a custom type of data...
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
List of extension attributes
The list of extension attributes ......
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
SourceFromWindow (Function)
Automatically updates: 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....
<Array>.Sort (Function)
Sorts a WLanguage array.