ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
BurnerAddFile (Function)
Adds a file to the compilation.
Code history
The code history is used to......
SaaSAdminAddSite (Function)
Adds a SaaS site.
WLanguage procedure called by AuthIdentify
WLanguage procedure ("Callback") called by AuthIdentify during the authentication.
DisplayBookmarks (Property)
The DisplayBookmarks property is used to: identify the display mode of bookmarks in a Word Processing control. show or hide bookmarks in a Word Processing control....
Sidebar control properties
List of properties associated with the Sidebar control...
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
<TreeView Table>.DeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
Popup window
WINDEV allows you to open windows in popup format......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Page templates
WEBDEV allows you to create page templates......
WLanguage procedure associated with AlbumPicker
Procedure ("Callback") called by AlbumPicker when the user selects an image or a video.
WLanguage procedure called by inAppListPurchase
Procedure ("Callback") called by inAppListPurchase when the list of purchases made is received.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
WINDEV 2024 Tutorial - Table of contents
SpreadsheetAllowProcedure (Function)
Allows the use of a WLanguage function/procedure in a formula of a Spreadsheet control....