|
|
|
|
|
|
|
|
|
|
|
|
|
|
| For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server... |
|
|
|
|
|
|
|
| WEBDEV includes multiple methods for testing your sites... |
|
|
|
|
|
|
|
| For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL: |
|
|
|
|
|
|
|
| If an error occurs in the dynamic WEBDEV website, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site. |
|
|
|
|
|
|
|
| In a dynamic WEBDEV site, the page data is refreshed during a user action... |
|
|
|
|
|
|
|
| The test of a dynamic project can be run... |
|
|
|
|
|
|
|
| Running the test from the WEBDEV administrator (WDAdmin) is used to check ... |
|
|
|
|
|
|
|
| WEBDEV enables you to create static sites and/or dynamic sites... |
|
|
|
|
|
|
|
| The test of the entire project allows simulating the startup of the site... |
|
|
|
|
|
|
|
| WINDEV allows you to generate a Java application without even knowing the Java language...... |
|
|
|
|
|
|
|
| The following are additional operators...... |
|
|
|
|
|
|
|
| Depending on the style of your applications, the border of your windows can be translucent...... |
|
|
|
|
|
|
|
| Deletes an option from a Radio Button control. |
|
|
|
|
|
|
|
| Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format. |
|
|
|
|
|
|
|
| The Captcha control can be handled by the WLanguage properties in server code and in browser code. |
|
|
|
|
|
|
|
| The FOR EACH statement is used to browse strings according to different methods... |
|
|
|
|
|
|
|
| The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content...... |
|
|
|
|
|
|
|
| To get an SSL certificate for IIS 7 (and later), the different steps are as follows:... |
|
|
|
|
|
|
|
| List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ...... |
|
|
|
|
|
|
|
| Events can be used to synchronize the different threads of an application...... |
|
|
|
|
|
|
|
| Starts a session for sending emails with the SMTP protocol. |
|
|
|
|
|
|
|
| The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)...... |
|
|
|
|
|
|
|
| Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.... |
|
|
|
|
|
|
|
| Returns specific information about the project currently run. |
|
|
|
|
|
|
|
| Switch controls (also called "Toggle controls") are now commonly used in interfaces...... |
|
|
|
|
|
|
|
| Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook). |
|
|
|
|
|
|
|
| WINDEV can be used to generate windows for a Java application...... |
|
|
|
|
|
|
|
| Converts a numeric value (integer, real or currency) to a string according to a specified format. |
|
|
|
|
|
|
|
| The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including...... |
|
|
|
|
|
|
|
| The gglMarker type is used to define the characteristics of a marker that must be positioned on a map... |
|
|
|
|
|
|
|
| The Range Slider control is used to easily select an interval or a zoom...... |
|
|
|
|
|
|
|
| Calculates the mean of several elements:
elements found in an array,
numeric values, ...... |
|
|
|
|
|
|
|
| Adds a calculated row to a Table control by providing custom calculation procedures. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|