|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
A dynamic array is an "advanced" type of array... |
|
|
|
|
|
|
The AnchorRateBottom property is used to:
Find out the anchor rate when a control moves... |
|
|
|
|
|
|
Reads a line from an external file (ANSI or UNICODE). |
|
|
|
|
|
|
Locks a record and restricts the access to this record for all the other applications. |
|
|
|
|
|
|
The management of the incoming calls is performed in a specific "thread".... |
|
|
|
|
|
|
The Image controls include properties that can be handled in WLanguage both in the windows... |
|
|
|
|
|
|
You can manipulate List Box controls in a window or page using the following WLanguage... |
|
|
|
|
|
|
WINDEV offers multiple possibilities to test and debug a project directly on the development... |
|
|
|
|
|
|
The columns are used to display information in a Table control.... |
|
|
|
|
|
|
Draws a text:
in an Image control,
in an Image variable,
in a WDPic variable... |
|
|
|
|
|
|
A break in a Table control is used to group the data corresponding to one or more arguments...... |
|
|
|
|
|
|
Asks to run the "Request for refreshing the display" process of parent. This function is kept... |
|
|
|
|
|
|
Immediately executes the "Request for refreshing the display" event of the parent. This function... |
|
|
|
|
|
|
In a WHILE statement, the expression is evaluated at each beginning of the block of statements... |
|
|
|
|
|
|
Modifies the title of the current window (returned by CurrentWin) and the title bar. |
|
|
|
|
|
|
Allows you to:
extract a substring from a string based on a specified string separator.... |
|
|
|
|
|
|
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call... |
|
|
|
|
|
|
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol). |
|
|
|
|
|
|
Deletes a row from a Looper control. |
|
|
|
|
|
|
The MagnifierMode property determines and changes how the magnifier is displayed in the column... |
|
|
|
|
|
|
Allows you to:
move a row in a two-dimensional WLanguage array or in an advanced array... |
|
|
|
|
|
|
Animates the modification of an integer property between 2 values. |
|
|
|
|
|
|
The SecurityHtml property is used to get and change the status of the security mechanism of HTML... |
|
|
|
|
|
|
Adds a new appointment to an Organizer control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|