|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Initializes the color of a series in a "Scatter" chart. |
|
|
|
|
|
|
Initializes the label of data series in a "Scatter" chart. |
|
|
|
|
|
|
Retrieves data from a "Scatter" chart. |
|
|
|
|
|
|
In a Date edit control, opens a popup window displaying a calendar. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
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... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|