ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Events associated with the Conference control
List of events associated with a Conference control...
Events associated with Toolbar controls
List of events associated with Toolbar controls...
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
Events associated with ListView controls
List of events associated with ListView controls...
Events associated with OLE controls
List of events associated with OLE controls...
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
<WLanguageCodeFormatting>MetEnForme (Function)
Put in Geometry a WLanguage code: coloring, standardized rewriting, indentation, translation.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Assisted universal replication: specific features
2. Analysis in practice
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
<Connection variable>.RSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......