ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 1008: The member of the class is protected
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
BurnerSelect (Function)
Used to select the default burner.
Table,Select,+ (External language)
Selects an element in a Table control.
dArc (Example)
Usage example of the dArc function
Events associated with Image controls
List of events associated with Image controls...
Replication (Property)
The Replication property is used to identify and change the replication mode.
KanbanSave (Function)
Updates the record bound to the current card in the Kanban control.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
INIRead (Example)
Usage example of the INIRead function
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....
Error 1009: The member of the class is private
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
Logical operators
The logical operators are as follows......
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
The Peeling Corner control
The "Peeling Corner" control is used to create a visual effect in a page by presenting an image partially covered by another one......
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.