|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| WINDEV applications automatically include a context menu for Table controls, TreeView Table... |
|
|
|
|
|
|
|
| The code editor allows you to enter "Code snippets"...... |
|
|
|
|
|
|
|
| Displaying a new page in a WEBDEV site can be done according to several methods...... |
|
|
|
|
|
|
|
| The SWITCH statement is used to choose the action that will be run according to the value... |
|
|
|
|
|
|
|
| The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer... |
|
|
|
|
|
|
|
| The "Image gallery" Looper control is used to manage the display of a set of images without... |
|
|
|
|
|
|
|
| Large is used to:
Find out whether a Font variable is enlarged.
Enlarge (or not) a Font... |
|
|
|
|
|
|
|
| An enumeration is a set of values...... |
|
|
|
|
|
|
|
| The type notificationCategory makes it possible to define all the advanced characteristics... |
|
|
|
|
|
|
|
| MySelf is used to handle the current control... |
|
|
|
|
|
|
|
| The images are often used to illustrate the site pages...... |
|
|
|
|
|
|
|
| WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile...... |
|
|
|
|
|
|
|
| In a web application, you may need to run long processes (for example, to update counters...... |
|
|
|
|
|
|
|
| The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify... |
|
|
|
|
|
|
|
| Bootstrap, Angular, React, Vue...... |
|
|
|
|
|
|
|
| The buffer type corresponds to a binary memory area.... |
|
|
|
|
|
|
|
| In a setup program, you may want to customize some actions...... |
|
|
|
|
|
|
|
| The purpose of universal replication is to keep several databases synchronized...... |
|
|
|
|
|
|
|
| This chapter presents the following topics...... |
|
|
|
|
|
|
|
| The Color type is used to define the advanced characteristics of a WLanguage color. |
|
|
|
|
|
|
|
| The wsResponse type is used to get:
the XML source code of the Webservice response.
the value... |
|
|
|
|
|
|
|
| The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB... |
|
|
|
|
|
|
|
| When you encounter a problem, try to isolate it and to reproduce it by using the minimum number... |
|
|
|
|
|
|
|
| In a Windows application, the information relative to a window is stored with the window...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|