|
|
|
|
|
|
|
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)... |
|
|
|
|
|
|
The report viewer allows end users to view reports before printing them...... |
|
|
|
|
|
|
The Start of document block is printed once at the beginning of the report execution...... |
|
|
|
|
|
|
Adds a row as an internal page at the end of a Looper control populated programmatically. |
|
|
|
|
|
|
Depending on the style of your applications, the border of your windows can be translucent...... |
|
|
|
|
|
|
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
Usage example of the HChangeConnection function |
|
|
|
|
|
|
The statement USING ... IN makes it possible to automatically perform initialization and ending operations on critical sections. |
|
|
|
|
|
|
Adds a new download in the device's download manager.... |
|
|
|
|
|
|
Usage example of the SQLExec function |
|
|
|
|
|
|
List of functions for managing contacts:
Lotus Notes,
Outlook,
mobile devices (Android, iPhone, iPad, Universal Windows)... |
|
|
|
|
|
|
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows). |
|
|
|
|
|
|
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages.... |
|
|
|
|
|
|
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user.... |
|
|
|
|
|
|
Creates a new control from an existing control. |
|
|
|
|
|
|
Indicates that the drawing functions that will be used are intended for:
the specified Image control,
the specified Image variable,
the specified Image variable,
the specified WDPic variable (on the background layer),
the specified picLayer variable.... |
|
|
|
|
|
|
Declares the font that will be used by dText:
in an Image control,
in an Image variable,
in a WDPic variable (on the background layer),
in a picLayer variable.... |
|
|
|
|
|
|
Returns information about the series found at a specific chart point. |
|
|
|
|
|
|
Adds a row as an internal window at the end of a Looper control populated programmatically. |
|
|
|
|
|
|
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS). |
|
|
|
|
|
|
Usage example of the HAdd function |
|
|
|
|
|
|
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again. |
|
|
|
|
|
|
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?...... |
|
|
|
|
|
|
Calls a WLanguage function from an external language.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|