|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Displays the last image for the scroll. |
|
|
|
|
|
|
The Height property is used to get and change the height:
of a control or block in a report.... |
|
|
|
|
|
|
Displays a custom error message in a system error window. |
|
|
|
|
|
|
The InitialValue property is used to get the initial value of a control in a window or page. |
|
|
|
|
|
|
The automated tests of procedure or class are used to test the different features proposed... |
|
|
|
|
|
|
Hides a popup displayed in the page via PopupDisplay. |
|
|
|
|
|
|
Draws a rectangle in a WDPic variable. |
|
|
|
|
|
|
Draws a rectangle in a picLayer variable. |
|
|
|
|
|
|
Moves a row or swaps two rows in a Looper control. |
|
|
|
|
|
|
Draws a line:
in an Image control,
in an Image variable,
in a WDPic variable... |
|
|
|
|
|
|
Declares the default background color for the rectangles, circles, etc.::
in an Image control,... |
|
|
|
|
|
|
Draws a circle or an ellipse:
in an Image control,
in an Image variable,
in a WDPic... |
|
|
|
|
|
|
Declares the default color and style for the lines, rectangles, circles, ... found:
in an Image... |
|
|
|
|
|
|
Lists the files found in a directory and returns the list of files. |
|
|
|
|
|
|
Selects the default font. |
|
|
|
|
|
|
In a database, the Caption property is used to:
Find out the caption associated with a file... |
|
|
|
|
|
|
The test of the entire project allows you to simulate the start of the application... |
|
|
|
|
|
|
The Empty property is used to determine if:
a Looper, Table, List Box or Combo Box control... |
|
|
|
|
|
|
The ByReference property is used to determine if a procedure parameter was passed by reference. |
|
|
|
|
|
|
The Shape property allows you to handle the different shapes of an element. |
|
|
|
|
|
|
Usage example of the HChangeKey function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|