ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
DocClose (Function)
Closes a docx file and frees the document.
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Resizing a window (AAF)
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Database schema editor: Link description
The links are used to link the tables described in a database schema between themselves......
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Database schema editor: the different types of links
There are different types of links between the tables......
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
DomoClose (Function)
Closes the communication opened by DomoOpen.
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
Key and referential integrity
In a database schema, the "Key" items are also used to manage the consistency of data (called referential integrity)......
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
Control animations
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
AnimationPeriod (Property)
The AnimationPeriod property is used to get and modify rotation speed of the animation in the Cube or Carousel controls.