ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sharing elements with a WINDEV application
Using several libraries in an application
A library is a WDL file that contains all the resources......
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
Principle for running threads
At runtime, an application runs in a main thread......
List of extension attributes
The list of extension attributes ......
KioskEnable (Function)
Switches the current Android application to kiosk mode.
Creating requirements
The following steps must be performed to implement the requirements......
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
Options of the window editor
To configure the general options of the window editor......
Events associated with windows
List of events associated with windows...
Component diagram
A component diagram shows the physical and static architecture of a system software......
New (Reserved word)
New is used to allocate memory space...
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.