ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared in the manifest).
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Including a supercontrol in a window or in a page
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
J2EE constants
List of constants used by the J2EE functions....
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Events associated with Edit controls
WLanguage events associated with Edit controls...
fMoveDir (Function)
Moves a directory and its content.
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
Commands of the external interface
CallDLL32 (Function)
Runs a function found in an external DLL.
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....
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
Execute (Function)
Starts the execution of a process through programming.