ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sound (Function)
Plays a sound in WAV format.
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
NFCWriteTag (Function)
Starts writing data to an NFC tag.
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
WINDEV Mobile 2024 Tutorial - Table of contents
Environment of code editor
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
MCI constants
List of constants used by the MCI functions....
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
gglMarker (Type of variable)
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map...
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
WinAdaptSize (Function)
Adapts the window size to the content of controls.
Chart constants
List of constants used by the functions for chart management....
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......