ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GetDefinition (Function)
Retrieves the definition of element type.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Conversion (Function)
Converts a value from a unit to another one.
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Scheduler report
The report editor allows you to create "Scheduler" reports....
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Developing 64-bit sites
You can deploy 64-bit compatible sites......
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
Objective C: Calling a WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C......
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic tab). Modify the type of a Tab control (static tab or dynamic tab)....
Assignment operators
Three assignment operators are available......
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min