ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ConfigureAAF (Function)
Used to specify the behavior of some Automatic Application Features (AAF).
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Image editor: Features
The image editor includes several features......
Help about new features: Letting users know about changes
Applications are constantly evolving......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Standard FTP functions
List of standard FTP functions...
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
Events associated with Peeling Corner controls
WEBDEV proposes the following events:...
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
List (Property)
The List property is used to handle the different lists of a Kanban control. You can add, modify or delete lists from a Kanban control, or navigate between them.
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
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....
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
Body Complement block
The Body complement block is linked to the Body block......
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
Handling Gantt Chart controls programmatically
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......