ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Rating control properties
The Rating control can be used in a window as well as in a page....
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
WinAdaptSize (Function)
Adapts the window size to the content of controls.
Various WEBDEV constants
Various WEBDEV constants...
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Constants for managing albums
Constants used to manage the photo album of the device....
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
Seek (Function)
Searches for the index of an element in a WLanguage array.
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's day, ......
Right (Function)
Extracts the last characters from a string or string buffer.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Using .NET assemblies in a project
To use .NET assemblies in a project......
fImageSelect (Example)
Usage example of the fImageSelect function