ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
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......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
gPen (Function)
Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle)....
9. Distributing "Reports and Queries"
The different copy modes
Two different copy modes are proposed by WDTRAD......
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
Error 25: No THEN statement is associated with this IF
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
Compression (Property)
The Compression property gets and sets the data compression mode.
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
<Connection variable>.TransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
diagActionAllowed (Type of variable)
The diagActionAuthorized type is used to define the actions available to end users on a diagram shape in the Diagram Editor control.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
4. Managing SMSs
With the WLanguage functions, WINDEV Mobile allows you to......
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
Java application and WINDEV
A Java application is an application entirely compiled in Java......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.