|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Collapses or expands an element in a Table or TreeView Table control. |
|
|
|
|
|
|
|
| Returns the number of widgets found in a Dashboard control. |
|
|
|
|
|
|
|
| Finds and replaces a value in a Spreadsheet control. |
|
|
|
|
|
|
|
| Displays a given resource in a Scheduler control or returns the position of first visible resource... |
|
|
|
|
|
|
|
| Displays a Scheduler control from a specified date or returns the date of the first day (or last... |
|
|
|
|
|
|
|
| Makes a day visible or invisible in a Scheduler control. |
|
|
|
|
|
|
|
| In a Date edit control, opens a popup window displaying a calendar. |
|
|
|
|
|
|
|
| Indicates various parameters of additional legend in a chart. |
|
|
|
|
|
|
|
| Formats the data displayed by grLabel or by grTooltip. |
|
|
|
|
|
|
|
| Sets the time interval visible in a time chart with real-time display. |
|
|
|
|
|
|
|
| Retrieves all the emails found on an IMAP server. |
|
|
|
|
|
|
|
| Signals the end of grouping for a set of operations on a Spreadsheet control in a single event... |
|
|
|
|
|
|
|
| Inserts an empty column into a Spreadsheet control found in a window. |
|
|
|
|
|
|
|
| Inserts a worksheet into a Spreadsheet control found in a window. |
|
|
|
|
|
|
|
| Inserts an empty row into a Spreadsheet control found in a window. |
|
|
|
|
|
|
|
| Displays the specified cell in a Spreadsheet control found in a window:
either the visible area... |
|
|
|
|
|
|
|
| Retrieves the calculation formula of a cell found in a Spreadsheet control of a window. |
|
|
|
|
|
|
|
| Used to find out whether a cell is merged with other cells and to get the name of merged cells. |
|
|
|
|
|
|
|
| Retrieves the list of selected cells in a Spreadsheet control found in a window. |
|
|
|
|
|
|
|
| Restores:
the scrollbar position in a Spreadsheet control,
the current worksheet,... |
|
|
|
|
|
|
|
| Saves the content of a Spreadsheet control in a file in XLSX format. |
|
|
|
|
|
|
|
| Saves:
the scrollbar position in a Spreadsheet control for the current worksheet,
the current... |
|
|
|
|
|
|
|
| Selects a worksheet (identified by its name) in a Spreadsheet control. |
|
|
|
|
|
|
|
| Deselects one or more cells in a Spreadsheet control found in a window. |
|
|
|
|
|
|
|
| Selects one or more cells in a Spreadsheet control found in a window. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|