ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AttachPointAdd (Function)
Defines an attach point for one of the two extremities of a Wire control.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
Peeling Corner control properties
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......
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Bluetooth constants
List of constants used by the Bluetooth functions....
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
Error 2109: You are using the ObjectInfo function
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
iMargin (Function)
Defines the "logical" print margins.
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
Events associated with Button controls
List of events associated with Button controls...
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......