ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DisplayModeAutoWhenLoading (Property)
The DisplayModeAutoWhenLoading property is used to determine and change the display mode when loading a PDF document.
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Error 35: 'Continue' is available in the loops only
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIGetInfo (Function)
Retrieves information of a URI resource.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
Table,Delete (External language)
Deletes an element from a Table control.
SysIconAdd (Example)
Usage example of the SysIconAdd function
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
CtDescribedCaption (Property)
The CtDescribedCaption property is used to get and set the caption of the connection to the OLE DB data source.
VariableReset (Function)
Resets the variable to its initial value.
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
Spreadsheet control properties
A Spreadsheet control and its cells can be handled in a window or in a report by the following WLanguage properties......
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
HReadSeek (Example)
Usage example of the HReadSeek function
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....