|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
Returns:
the number of elements in a one-dimensional array.
the number of rows... |
|
|
|
|
|
|
Reverses the content of a one-dimensional array. |
|
|
|
|
|
|
Inserts a row at a given position:
into a two-dimensional WLanguage array.
into an advanced... |
|
|
|
|
|
|
Applies a computation to each element of an array. |
|
|
|
|
|
|
Executes a procedure for each element of a WLanguage array. |
|
|
|
|
|
|
Returns an array containing the elements of a source array for which a procedure returns True. |
|
|
|
|
|
|
Merges specified or selected cells in a Spreadsheet control. |
|
|
|
|
|
|
Executes a SELECT query asynchronously. |
|
|
|
|
|
|
Executes an SQL query asynchronously. |
|
|
|
|
|
|
Moves a worksheet within a Spreadsheet control in a window. |
|
|
|
|
|
|
Hides a popup page displayed in the page via PopupDisplayPage. |
|
|
|
|
|
|
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect. |
|
|
|
|
|
|
Opens a modal WINDEV or WINDEV Mobile window. |
|
|
|
|
|
|
Opens a non-modal child window. |
|
|
|
|
|
|
Calculates the sum of the array elements. |
|
|
|
|
|
|
Adds the reference of an object at the last position in a one-dimensional array. |
|
|
|
|
|
|
Returns the lowest value in the array. |
|
|
|
|
|
|
Returns the greatest value in the array. |
|
|
|
|
|
|
Calculates the mean of the values within an array. |
|
|
|
|
|
|
Executes a procedure on each element of a source array and returns the results in a WLanguage... |
|
|
|
|
|
|
Adds the reference of an object at given position in a one-dimensional array. |
|
|
|
|
|
|
Fixes the position (left or right) of a series in a comparative Histogram chart. |
|
|
|
|
|
|
Initializes a Bluetooth Low Energy device in Windows. |
|
|
|
|
|
|
Adds or modifies a trigger on an HFSQL data file. |
|
|
|
|
|
|
Erases a chart and destroys this chart. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|