|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Deletes a line at a given position:
from a two-dimensional array.
from the advanced array... |
|
|
|
|
|
|
|
| Deletes a column at a given position from the advanced array property (array of gglCalendar events,... |
|
|
|
|
|
|
|
| Deletes all the elements:
from a one-dimensional or two-dimensional WLanguage array.... |
|
|
|
|
|
|
|
| Allows you to:
move an element in a one-dimensional WLanguage array or in an advanced array... |
|
|
|
|
|
|
|
| Allows you to:
move a row in a two-dimensional WLanguage array or in an advanced array... |
|
|
|
|
|
|
|
| Moves or swaps a column in a two-dimensional array property contained in an advanced type... |
|
|
|
|
|
|
|
| Deletes an element at a given position:
from a one-dimensional WLanguage array.... |
|
|
|
|
|
|
|
| Searches for the index of an element in a WLanguage array. |
|
|
|
|
|
|
|
| Pushes an element onto the stack. |
|
|
|
|
|
|
|
| Retrieves the list of documents available on the Google server for the current user. |
|
|
|
|
|
|
|
| Uploads a document to the Google server. |
|
|
|
|
|
|
|
| Makes a control (or a group of controls) invisible in a window. An animation can be set... |
|
|
|
|
|
|
|
| Pops an element from a stack. |
|
|
|
|
|
|
|
| Deletes a backup previously created with HBackup. |
|
|
|
|
|
|
|
| Modifies a scheduled task on the HFSQL server defined by the connection. |
|
|
|
|
|
|
|
| Grays a control or a group of controls. An animation can be set on the controls... |
|
|
|
|
|
|
|
| Enables a control or a group of controls in a window. An animation can be set on the controls... |
|
|
|
|
|
|
|
| Prepares the animation on a control, a group of controls or a window. |
|
|
|
|
|
|
|
| Plays an animation when a control, a group of controls or a window is modified. |
|
|
|
|
|
|
|
| Loads a RSS stream in memory. |
|
|
|
|
|
|
|
| Builds the RSS feed and returns the result (in XML format) in a character string. |
|
|
|
|
|
|
|
| Builds the RSS stream and saves the RSS stream in an XML file. |
|
|
|
|
|
|
|
| Builds a RSS stream and returns the content of the RSS stream to the client. |
|
|
|
|
|
|
|
| Animates the modification of an integer property between 2 values. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|