ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
Sort (Function)
Sorts a WLanguage array.
Properties linked to the Euro management
List of properties linked to the Euro management...
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control. in an Organization Chart control. in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control. in a Word Processing control. in a PDF Reader control. in a Camera control. in a Diagram Editor control; in a window....
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Using an external component in an application
A component can be reused at any time in any application......
Code statistics
The code statistics affect......
Binding controls to data
A window or page can display information from......
Functions for managing arrays (prefix syntax)
List of functions for managing arrays...
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.
CurrentYear (Function)
Returns the current year in integer format.
Group (Property)
The Group property is used to identify and change groups of elements.
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Python: Native calls
WLanguage allows for native Python calls......
FirstDayOfMonth (Function)
Returns the first day of the month.
Event
The Event keyword can correspond to:
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
Section (Property)
The Section property is used to manage sections in Word Processing documents.
FontUnderlined (Property)
The FontUnderlined property is used to underline text.
FontStrikeOut (Property)
The FontStrikeOut property is used to determine if a text is struck through.
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......