ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option...
<Window>.EdActive (Function)
Allows you to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Compatibility between external components and deployed applications
A component can evolve in many ways......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
TokenDeletable (Property)
The TokenDeletable property is used to: Determine if the end user is allowed to delete tokens in a "Text token" Edit control. Allow or prevent the end user from deleting tokens in a "Text token" Edit control....
fAddText (Function)
Adds the content of a character string at the end of a file.
mlEnd (Function)
Ends a MATLAB session. This session was initialized by mlInitialize.
LooperEndFilling (Function)
Ends the process to populate a Looper control programmatically.
WinEdLoad (Function)
Loads the changes made by the end user in a window.
<Looper>.EndFilling (Function)
Ends the process to populate a Looper control programmatically.
<Window>.EdLoad (Function)
Loads the modifications performed by the end user in a window.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
The HTML Display control
The HTML Display control displays a web page in an application......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
9. Overlaying controls
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.