ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
The Line control
A Line control is used to display a line in a page......
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Automatic documentation of external components
External components must include a technical documentation......
Programming the table cells
The Table controls can be handled......
Control constants
List of constants used by the functions for managing controls...
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).
dChord (Example)
Usage example of the dChord function
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
HDescribeItem (Function)
Describes a file item through programming.
Input (Function)
Displays a message allowing the user to type an information.
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
Description (Property)
The Description property is used to get and change the description of an element.
dArc (Example)
Usage example of the dArc function
dSlice (Example)
Usage example of the dSlice function
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
HTTPRequest (Example)
Usage example of the HTTPRequest function