ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language...
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.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive...
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language...
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Report and project
In most cases, a report is linked to a project......
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
grStockGetData (Function)
Retrieves a data from a stock chart (candlestick, barcharts or minmax).
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.