|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
The Native Oracle Connector is used to:
specify the input values during the call to a stored... |
|
|
|
|
|
|
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop.... |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced... |
|
|
|
|
|
|
When an HFSQL function fails (returns False for example), the corresponding error number... |
|
|
|
|
|
|
The report editor allows you to create "TreeView Table" reports...... |
|
|
|
|
|
|
To select records coming from several data files, joins must be used in the SQL query...... |
|
|
|
|
|
|
The Image control is used to...... |
|
|
|
|
|
|
Custom telemetry allows you to define the elements that will be included in the analytics...... |
|
|
|
|
|
|
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...... |
|
|
|
|
|
|
Adds a row to the list of values available in the autocomplete suggestions of an Edit control. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
List of functions for managing services... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|