ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Infinite Progress Bar control events
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
Error 1022: The access to the method of the class is restricted by a protected inheritance
Generates a thumbnail of the specified photo or video....
Reusing code with external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Spreadsheet control events
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Events associated with the project
List of events associated with the project...
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Events associated with Clickable Image controls
List of events associated with Clickable Image controls...
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Code Editor control
The Code Editor control allows end users to write WLanguage code....
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
Error 404: The file for HFSQL browse cannot be an expression of this type
Action Bar control events
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
GetCountryName (Function)
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
Warning 127: You are using a data source local to the process