ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Application development cycle
Development cycle of a WINDEV application....
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
<Array>.Reduce (Function)
Applies a computation to each element of an array.
Handling a Carousel control through programming
WINDEV allows you to handle a Carousel control through programming......
nWDGetLastError: Error code of last error
Error code of last error......
Error 1023: The access to the method of the class is restricted by a private inheritance
Reduce (Function)
Applies a computation to each element of a WLanguage array.
Environment of code editor
Error 1029: The access to the base class is restricted by a protected inheritance
Error 1030: The access to the base class is restricted by a private inheritance
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Error 1013: The access to the member of the class is restricted by a protected inheritance
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
3. Site development life cycle
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
nWDInitProject: Initialization code of project
Run the initialization code of project......
BCToImage (Function)
Generates the image of a bar code.