ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExecuteFunction
Executes a WLanguage function identified by its name.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
Error 1: Syntax error
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
Printing in Linux
WEBDEV and WINDEV allow you to print to PDF in Linux using WLanguage functions......
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
Error 802: Invalid syntax for this function
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
WLanguage procedure called by AuthIdentify
WLanguage procedure ("Callback") called by AuthIdentify during the authentication.
Sidebar control properties
List of properties associated with the Sidebar control...
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:...
Feedback component
The Feedback component is a component provided with WINDEV......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Functions for managing objects (External language)
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....