ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
10. Smart controls
Smart controls...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
<TreeView>.ListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
Events associated with Static controls
List of events associated with Static controls...
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
<Map>.ExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
Share your projects via Git
Git is a source code manager......
<WLanguageCodeFormatting>MetEnForme (Function)
Put in Geometry a WLanguage code: coloring, standardized rewriting, indentation, translation.
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Body Complement block
The Body complement block is linked to the Body block......