ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data persistence
The data persistence is used to store the value typed by the user......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
Constant
The constants are language elements whose value is fixed once and for all...
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
The Static control
A Static control is a control used to display a static text......
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
HIndex (Function)
Rebuilds the file index (".NDX" file).
Date (Type of variable)
The Date type enables you to easily handle the dates...
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
Different types of data (Type of variable)
A variable is defined by name and type......