ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Variable scope
Variables can be declared anywhere in the code....
4. User Groupware
User Groupware...
4. User Groupware
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Typecasting of parameters
The description of the parameter type is optional......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write annotations from the report viewer......
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
The Flexbox control
Flexbox is a standard layout system for web pages......
5. User Groupware in practice
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
The planes (in a window or in a report)
The planes are used to group the window controls......