|
|
|
|
|
|
|
|
|
|
|
|
|
|
| You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
|
| The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
|
| Syntax for calling a local or global procedure. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| The description of the parameter type is optional... |
|
|
|
|
|
|
|
| The Image control is used to...... |
|
|
|
|
|
|
|
| The same WINDEV elements (analysis, queries, ...) can be used in a WINDEV application... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications...... |
|
|
|
|
|
|
|
| To select records coming from several data files, joins must be used in the SQL query...... |
|
|
|
|
|
|
|
| Several file descriptions can be grouped into a "Custom-Folder"...... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls...... |
|
|
|
|
|
|
|
| Google Analytics is a very popular tool for measuring site traffic...... |
|
|
|
|
|
|
|
| List of functions for managing services... |
|
|
|
|
|
|
|
| Modifies the caption of a menu option. |
|
|
|
|
|
|
|
| Returns the arc tangent 2 of the values passed in parameter. |
|
|
|
|
|
|
|
| Starts the process to populate a Looper control programmatically. |
|
|
|
|
|
|
|
| Inserts a token into a "Text token" Edit control. |
|
|
|
|
|
|
|
| Returns the number of tokens present in a "Text token" Edit control. |
|
|
|
|
|
|
|
| Adds a token to a "Text token" Edit control. |
|
|
|
|
|
|
|
| Adds a row to the list of values available in the autocomplete suggestions of an Edit control. |
|
|
|
|
|
|
|
| Deletes all the tokens from a "Text token" Edit control. |
|
|
|
|
|
|
|
| Deletes a token from a "Text token" Edit control. |
|
|
|
|
|
|
|
| Changes the dimensions of a widget found in a Dashboard control. |
|
|
|
|
|
|
|
| Adds an element into a TreeMap control. |
|
|
|
|
|
|
|
| Finds the index of an element in a TreeMap control from the element path. |
|
|
|
|
|
|
|
| Returns the index of the element displayed at a given position in a TreeMap control. |
|
|
|
|
|
|
|
| Returns the number of elements found in a TreeMap control. |
|
|
|
|
|
|
|
| Visually selects a group of elements in a TreeMap control. |
|
|
|
|
|
|
|
| Deletes an element from a TreeMap control. |
|
|
|
|
|
|
|
| Deletes all elements from a TreeMap control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|