ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Border (Type of variable)
The Border type is used to handle a border through programming...
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
SQL functions for handling spatial data
Below are the main SQL functions that can be used to handle spatial data in SQL queries......
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
API description (Variable type)
An API Description variable is used to describe an API, its parameters, its return value and its calling options programmatically.
Image (Property)
The Image property gets and sets the background image of a control or block.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Map control events
The following events appear by default in the code editor of WINDEV, WINDEV Mobile and WEBDEV...
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
Events associated with the project
List of events associated with the project...
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
State (Property)
The State property gets and sets the state of an element.
Using .NET assemblies in a project
To use .NET assemblies in a project......
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
PageDisplay (Function)
Displays a web page in the user's browser....
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.