|
|
|
|
|
|
|
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 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. |
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Writes an element into a matrix. |
|
|
|
|
|
|
Adds a folder into the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...). |
|
|
|
|
|
|
Prints a border at specified coordinates. |
|
|
|
|
|
|
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.). |
|
|
|
|
|
|
Returns a string after removing the specified leading and trailing characters. |
|
|
|
|
|
|
Returns the number of direct children for an element in a TreeView Table control. |
|
|
|
|
|
|
Automatically generates a password with specific characteristics (size, characters used, ...). |
|
|
|
|
|
|
Retrieves the indicators defined on an email of IMAP session. |
|
|
|
|
|
|
Returns the list of recently opened documents. |
|
|
|
|
|
|
Returns the text of license for using the Google libraries. |
|
|
|
|
|
|
Returns the total number of pages found in a PDF file. |
|
|
|
|
|
|
Retrieves the characteristics of a user of the user groupware. |
|
|
|
|
|
|
Modifies a user in the database of user groupware. |
|
|
|
|
|
|
Opens the list of values proposed by the assisted input for an edit control. |
|
|
|
|
|
|
Closes the list of values proposed by the assisted input for an edit control. |
|
|
|
|
|
|
The InitialContent property gets the initial content:
of a List Box control populated programmatically.
of a Combo Box control populated programmatically.
of a "List of values" column in a Table control.
in a Spreadsheet control.... |
|
|
|
|
|
|
Checks the validity of a date between January 01 0001 and December 31 9999. |
|
|
|
|
|
|
Marks the end of critical section: the code will be run by another thread. |
|
|
|
|
|
|
Prints (or not) the page headers and footers of nested report. |
|
|
|
|
|
|
Substitutes one block of the report with another block while the report is printed. |
|
|
|
|
|
|
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control. |
|
|
|
|
|
|
Applies a specific layout to:
a window.
an internal window.... |
|
|
|
|
|
|
Deletes a marker from a map displayed by a Map control. |
|
|
|
|
|
|
Initializes the generator of random numbers. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|