ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

16. Types of code
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
WLanguage procedure called by URISelect
WLanguage procedure ("callback") called by URISelect for the selected file.
<Xaml>.Event (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
WLanguage procedure called by zipAddDirectory
WLanguage procedure ("Callback") called when adding files with zipAddDirectory.
WLanguage procedure called by OpenAsynchronous
WLanguage procedure ("callback") called by OpenAsynchronous after the window is closed.
WLanguage procedure called by CameraVideoStart
WLanguage procedure ("callback") called when the video recording is completed.
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
Properties associated with tabs of Sidebar controls
List of properties associated with the tabs of Sidebar controls...
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Feedback component
The Feedback component is a component provided with WINDEV......
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......