|
|
|
|
|
|
|
|
|
|
|
|
|
|
| A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
|
| A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
|
| Two types of procedures are available... |
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
|
| The parameters can be passed to a procedure... |
|
|
|
|
|
|
|
| Displays the window for appointment creation of native application for managing appointments found... |
|
|
|
|
|
|
|
| Displays an appointment in the native application for managing appointments found on the mobile... |
|
|
|
|
|
|
|
| Returns the list of Wi-Fi network cards currently available on the current computer. |
|
|
|
|
|
|
|
| Collapses the data found in a Pivot Table control according to a row header or to a column header. |
|
|
|
|
|
|
|
| Expands the data found in a Pivot Table control according to a row header or to a column header. |
|
|
|
|
|
|
|
| Creates an Excel file with data from a Pivot Table control. |
|
|
|
|
|
|
|
| Adds a new tile customization for the current Windows Store Apps application. |
|
|
|
|
|
|
|
| Deletes all modifications made to the application tile. |
|
|
|
|
|
|
|
| Displays a badge (numeric notification or image) on the tile of a Universal Windows 10 App... |
|
|
|
|
|
|
|
| Used to get the rights granted to a control, a window, a page or a report. |
|
|
|
|
|
|
|
| Returns the values of headers corresponding to a position in a Pivot Table control in pixels. |
|
|
|
|
|
|
|
| Adds an XML signature to a Webservice request. |
|
|
|
|
|
|
|
| Deletes a track from a TimeLine control. |
|
|
|
|
|
|
|
| Adapts the size of the controls found in a Ribbon control according to the size of their caption. |
|
|
|
|
|
|
|
| Adds a SAML assertion to a Webservice request. |
|
|
|
|
|
|
|
| Finds and selects the first element corresponding to the sought text in a window or control. |
|
|
|
|
|
|
|
| Finds and selects the previous element corresponding to the sought text in a window or control. |
|
|
|
|
|
|
|
| Checks whether an enumeration value known by its name is valid. |
|
|
|
|
|
|
|
| Returns an enumeration value known by its associated value. |
|
|
|
|
|
|
|
| Returns an enumeration value known by its name. |
|
|
|
|
|
|
|
| Returns a combination of one or more options known by their associated values. |
|
|
|
|
|
|
|
| Returns a combination of one or more options known by their names. |
|
|
|
|
|
|
|
| Checks whether a combination of one of more options known by their names is valid. |
|
|
|
|
|
|
|
| Increments a number at the beginning or at the end of a string. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|