ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
Programming custom calculations in Table controls
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
Handling the report blocks through programming
Each report block is associated with different events......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
RulerModifiable (Property)
The RulerModifiable property is used to: Find out whether the user can move the playhead in a TimeLine control. Allow or prevent the user from moving the playhead in a TimeLine control....
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
Commands of the external interface
Binding a Combo Box control to an item
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
RegistrySetValue (Example)
Usage example of the RegistrySetValue function
RegistryCreateKey (Example)
Usage example of the RegistryCreateKey function
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
8. Windows in practice
Discover the main actions that can be performed on the windows....