ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling controls in a window
The different operations that can be performed on the window controls are as follows......
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
WinEdCreateNote (Function)
Creates a Repositionable Note control.
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
HTMLEnableDebugger (Function)
Enables the HTML/JavaScript debugger on CEF-based HTML controls: HTML Display or HTML Editor control....
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them. the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users....
PythonExecute (Function)
Executes a function present in a Python module.
Report based on a query
Queries are used to easily select records in one or more data files......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
8. Windows in practice
Discover the main actions that can be performed on the windows....
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
DisplayedItemImage (Property)
The DisplayedItemImage property is used to: Get the item that corresponds to the image displayed in a ListView control. Change the item that corresponds to the image displayed in a ListView control....
TreeExpand (Function)
Expands a node in a TreeView control.
Events associated with Scrollbar controls
List of WLanguage events associated with Scrollbar controls...
FTPConnect (Example)
Usage example of the FTPConnect function
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.