|
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements. |
|
|
|
|
|
|
WEBDEV allows you to create static pages and dynamic pages... |
|
|
|
|
|
|
The code editor proposes several tools used to correct the code... |
|
|
|
|
|
|
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)... |
|
|
|
|
|
|
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc. |
|
|
|
|
|
|
The reverse code modeling allows you to view in a graph... |
|
|
|
|
|
|
MyPage is used to handle the current page... |
|
|
|
|
|
|
MyReport is used to handle the current report... |
|
|
|
|
|
|
Indicates whether the code is run in the Android emulator.
|
|
|
|
|
|
|
MyInternalWindow is used to handle the current internal window. |
|
|
|
|
|
|
Indicates whether the code is run from a code written in a user macro-code. |
|
|
|
|
|
|
MySelf is used to handle the current control... |
|
|
|
|
|
|
Indicates whether the code is run in 64-bit mode or not. |
|
|
|
|
|
|
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server. |
|
|
|
|
|
|
The project comparator is used to compare two elements and to list the differences found... |
|
|
|
|
|
|
Indicates whether the code is run:- from a WINDEV application, a WEBDEV website or a PHP page.
- from a component.
|
|
|
|
|
|
|
Several actions are automatically performed when opening or closing an application. |
|
|
|
|
|
|
Indicates whether the code is run in the iOS emulator (iPhone, iPad). |
|
|
|
|
|
|
MyPopupControl is used to handle the control that opened a popup window... |
|
|
|
|
|
|
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file... |
|
|
|
|
|
|
Indicates if the current code is being executed on the global service of the WebSocket server. |
|
|
|
|
|
|
Indicates whether the code is run in Android mode. |
|
|
|
|
|
|
Indicates if the current code is being executed on the WebSocket server. |
|
|
|
|
|
|
Indicates whether the code is run on an HFSQL server. |
|
|
|
|
|
|
Defines the next control that will be in edit in the current window. |
|
|
|
|
|
|
The download is the operation that consists in saving a file stored on the server onto the computer... |
|
|
|
|
|
|
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy... |
|
|
|
|
|
|
Describes a file item through programming. |
|
|
|
|
|
|
Sends the image file to print to the print buffer. |
|
|
|
|
|
|
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel"... |
|
|
|
|
|
|
Constants used by the functions for managing Dashboard controls... |
|
|
|
|
|
|
The MapCircle type is used to define the characteristics of a circle to be drawn on the map... |
|
|
|
|
|
|
Requests the execution of the "Request for refreshing the display" event (and gives back control... |
|
|
|
|
|
|
Sets the position on the first record of a data file according to the specified browse item. |
|
|
|
|
|
|
Sets the position on the last record of a data file according to a browse item. |
|
|
|
|
|
|
Reads a character string in the entry buffer of the specified serial port. |
|
|
|
|
|
|
Returns the characteristics of a file found an archive:
The name of the file and its stored... |
|
|
|
|
|
|
In this example, the application must manage a video conference between two computers...... |
|
|
|
|
|
|
You can manipulate Combo Box controls in a window or page using the following WLanguage... |
|
|
|
|
|
|
A Scheduler control found in a window or in a page can be handled in WLanguage by the following... |
|
|
|
|
|
|
A Table control found in a window or in a page can be handled in WLanguage by the following... |
|
|
|
|
|
|
Emulates the selection of an option in a Check Box control. |
|
|
|
|
|
|
Emulates the selection of an option in a Radio Button control. |
|
|
|
|
|
|
Emulates the undocking of a pane in a dynamic Tab control. |
|
|
|
|
|
|
Adds a SAML assertion to a Webservice request. |
|
|
|
|
|
|
Usage example of the EmailReadMessage function |
|
|
|
|
|
|
Usage example of the SchedulerAddTask function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|