|
|
|
|
|
|
|
Like for any application, WINDEV allows you to create a setup program for a Java application...... |
|
|
|
|
|
|
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist):
from the HFSQL server to the server (to perform a backup for example).
from the HFSQL server to the client (to perform a local backup for example).
from the client to the HFSQL server (to update the data files for example).
from an HFSQL server to antoher HFSQL server.... |
|
|
|
|
|
|
Enables or disables the DDW (Dim Disabled Window) feature:
for a specific window.
for all the application windows.... |
|
|
|
|
|
|
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in:
the caption of a Static control.
the elements of a List Box control.
the elements of a Combo Box control.
the values of a column in a Table control.... |
|
|
|
|
|
|
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min |
|
|
|
|
|
|
A dynamic automation object is an automation object allocated upon request, during the program execution... |
|
|
|
|
|
|
Retrieves the printer configuration and configures the print. |
|
|
|
|
|
|
Sets the position on the last record of a data file according to a browse item. |
|
|
|
|
|
|
Sets the position on the previous record of a file according to a browse item. |
|
|
|
|
|
|
Used to determine if the request being processed is an AJAX request. |
|
|
|
|
|
|
Sets the position on the first record of a data file according to the specified browse item. |
|
|
|
|
|
|
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers. |
|
|
|
|
|
|
Copies an element (leaf or node) into a TreeView control. |
|
|
|
|
|
|
Moves an element (leaf or node) in a TreeView control. |
|
|
|
|
|
|
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc.... |
|
|
|
|
|
|
Used to manage battery optimization:
Identifies the battery optimization mode for the current application.
Prompts the user to disable battery optimization for a given application on the device.
This function can be used to tell the operating system to stop preventing the application from running in the background.... |
|
|
|
|
|
|
Returns information about the certificate used by the client computer. |
|
|
|
|
|
|
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis...... |
|
|
|
|
|
|
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers. |
|
|
|
|
|
|
Usage example of the HChangeConnection function |
|
|
|
|
|
|
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file. |
|
|
|
|
|
|
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP). |
|
|
|
|
|
|
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer. |
|
|
|
|
|
|
The Clickable Image control can be used to...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|