|
|
|
|
|
|
|
A Java application is an application entirely compiled in Java... |
|
|
|
|
|
|
You can start developing your application as soon as the WINDEV project is defined as being a Java project... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
WINDEV allows you to generate a Java application without even knowing the Java language... |
|
|
|
|
|
|
This document presents the different access modes to databases from a WINDEV Java application... |
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Allows you to:
move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly.
swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.).... |
|
|
|
|
|
|
Calculates the average deviation of values in relation to their arithmetic mean. |
|
|
|
|
|
|
Calculates the standard deviation for a series of values. |
|
|
|
|
|
|
Re-allows the access (which means the connection) to one or more databases accessible via a connection. |
|
|
|
|
|
|
Calculates the variance for a full series of values. |
|
|
|
|
|
|
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file). |
|
|
|
|
|
|
Locks a record and restricts the access to this record for all the other applications. |
|
|
|
|
|
|
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network.... |
|
|
|
|
|
|
Customizes the management of message display on the client computer and the management of disconnection from a client computer. |
|
|
|
|
|
|
Checks the existence of a file on an FTP server. |
|
|
|
|
|
|
Returns the position of the first character of a line in a block of text. |
|
|
|
|
|
|
Builds a 4-byte integer from two 2-byte integers. |
|
|
|
|
|
|
Allows you to get a set of harmonious colors without having to use a table of colors. |
|
|
|
|
|
|
Calculates a globally unique identifier (named "GUID"), whose size is:
equal to 16 bytes, which means 32 hexadecimal characters.
equal to 32 bytes, which means 64 hexadecimal characters.... |
|
|
|
|
|
|
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform.... |
|
|
|
|
|
|
Configures the automatic behavior that will be implemented if an error occurs in the current process. |
|
|
|
|
|
|
Returns an array containing the elements of a source array for which a procedure returns True. |
|
|
|
|
|
|
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar. |
|
|
|
|
|
|
Ends the execution of the current thread. |
|
|
|
|
|
|
Checks whether the expressions are equal in assertive programming and in automated test mode. |
|
|
|
|
|
|
Returns the list of links (Merise) in the current analysis or in a specific analysis |
|
|
|
|
|
|
Modifies the group information according to the elements found in the corresponding variables for group management. |
|
|
|
|
|
|
Adds a user to a database. |
|
|
|
|
|
|
Assigns the specified value to an item of the current record. |
|
|
|
|
|
|
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|