ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
picLayer (Variable type)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
2. Development
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Using a query with parameters
A query with parameters can be used......
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Watermark (Variable type)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or programmatically.
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Managing main window menus
A main menu is necessarily associated with a window......
Phone constants (Android / iOS)
RepeatString area: movements and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
WBAdminAccount (Type of variable)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server.
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....