|
|
|
|
|
|
|
You can start developing your application as soon as the WINDEV project is defined as being a Java project... |
|
|
|
|
|
|
A Java application is an application entirely compiled in Java... |
|
|
|
|
|
|
This document presents the different access modes to databases from a WINDEV Java application... |
|
|
|
|
|
|
WINDEV allows you to generate a Java application without even knowing the Java language... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive... |
|
|
|
|
|
|
WINDEV allows you to generate a Java application without even knowing the Java language... |
|
|
|
|
|
|
WINDEV allows you to generate a Java application without even knowing the Java language... |
|
|
|
|
|
|
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor.... |
|
|
|
|
|
|
WDZip is used to compress and group your files in archives...... |
|
|
|
|
|
|
The RowDetailsBinding property allows you to identify and modify the data binding used to display the details of a row in a Table control based on a data file. |
|
|
|
|
|
|
Positions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file. |
|
|
|
|
|
|
Add:
the record found in memory into the data file (query or view).
the record found in a Record variable into the data file (query or view).... |
|
|
|
|
|
|
The "Export" pane in the report viewer allows you to perform the following operations...... |
|
|
|
|
|
|
Describes a data file programmatically. |
|
|
|
|
|
|
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis.... |
|
|
|
|
|
|
You have the ability to create TreeView controls directly linked to the data.... |
|
|
|
|
|
|
Adds a value to a data in a chart. |
|
|
|
|
|
|
Transforming WINDEV applications into Mobile is very easy...... |
|
|
|
|
|
|
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis...... |
|
|
|
|
|
|
Deletes a data series from a chart. |
|
|
|
|
|
|
The AutoRefresh property is used to:
Find out whether the data found in the series is automatically recalculated whenever grDraw is called
Modify the mode for recalculating the data found in the series.... |
|
|
|
|
|
|
Starts writing data to an NFC tag. |
|
|
|
|
|
|
Adds a data into a "Scatter" chart. |
|
|
|
|
|
|
Changes the mode and the method for locking data files. |
|
|
|
|
|
|
Copies:
the content of the current record (loaded in memory) to the current data file record.
the content of the Record variable to the current data file record.... |
|
|
|
|
|
|
Adds a data into a Surface chart. |
|
|
|
|
|
|
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure.... |
|
|
|
|
|
|
Adds a data into a chart. |
|
|
|
|
|
|
Retrieves a data from a chart. |
|
|
|
|
|
|
A class contains the description of a data structure (members) and the processes (methods) that handle this structure.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|