ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Extracting the text of the project
The following text can be extracted......
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
SQL view
An SQL view is a virtual data source defined by an SQL query......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
1. WLanguage
WINDEV Mobile tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
FontUnload (Function)
Unloads a font previously loaded with FontLoad. This new function is available from WINDEV Suite SaaS 2025 Update 1....
<Source>.DeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
5. Which type of server to choose?
Events of the Mobile Image Editor control
control Image Editor allows you to offer your mobile application users the possibility to edit and modify images or photos......
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
ERR_BAD_CONTEXT_FOUND
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
SchedulerTaskStatus (Function)
Gets or sets the status of a task created in the Windows scheduler.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
HTTP functions (prefix syntax)
List of HTTP functions...
Writing an email: the available methods
This help page presents the methods for writing an email....
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.