ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
The HTML control
The HTML control displays HTML pages or HTML code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
WDReplic: Implementing a replication
Configuring a replication requires several steps......
WDSQL, SQL querier: Overview
WDSQL is used to......
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
Close (External language)
Closes the current window and restores the context that existed before the window opening.
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Repositionable Note functions
2. UML models
2. UML models
<Tab>.Close (Function)
Closes a dynamic pane in a Tab control.
<Image>.Copy (Function)
Copies an image to another image.
<Popup>.Close (Function)
Hides a popup displayed in the page via PopupDisplay.
<Spreadsheet>.Close (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
<Array>.Move (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.)....
<Source>.Close (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
<Array>.Copy (Function)
Copies the content of an array to another array.
WEBDEV concepts
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......