|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Selects an appointment in a Scheduler control. |
|
|
|
|
|
|
Deletes an appointment from a Scheduler control. |
|
|
|
|
|
|
Deletes a resource from a Scheduler control. |
|
|
|
|
|
|
Deletes all appointments and resources from a Scheduler control. |
|
|
|
|
|
|
Hides a popup displayed in the page via PopupDisplay. |
|
|
|
|
|
|
Displays a popup in a page cell. |
|
|
|
|
|
|
Displays a popup in a page with a DDW effect (Dim Disabled Windows). |
|
|
|
|
|
|
Used to make a layer found in a WDPIC image visible or invisible. |
|
|
|
|
|
|
Returns the total number of images taken into account by the scroll. |
|
|
|
|
|
|
Displays the next image for the scroll. |
|
|
|
|
|
|
Closes the list of values proposed by the assisted input for an edit control. |
|
|
|
|
|
|
Opens the list of values proposed by the assisted input for an edit control. |
|
|
|
|
|
|
Used to configure the filter and the opening of assisted input. |
|
|
|
|
|
|
Clears the list of values proposed for the assisted input of an edit control. |
|
|
|
|
|
|
Adds a data into a Spreadsheet control found in a window. |
|
|
|
|
|
|
Adds a worksheet into a Spreadsheet control found in a window. |
|
|
|
|
|
|
Adds a calculation formula into a Spreadsheet control found in a window. |
|
|
|
|
|
|
Adds an image into the current worksheet of a Spreadsheet control. |
|
|
|
|
|
|
Specifies a name to identify a cell found in a Spreadsheet control. |
|
|
|
|
|
|
Modifies the border of selected cells in a Spreadsheet control found in a window. |
|
|
|
|
|
|
Allows you to use a control in order to create a custom formula bar for the Spreadsheet control. |
|
|
|
|
|
|
Loads a file in XLSX format in a Spreadsheet control found in a window. |
|
|
|
|
|
|
Seeks a value in the cells of a Spreadsheet control found in a window. |
|
|
|
|
|
|
Closes the XLSX document that was opened by SpreadsheetLoad. |
|
|
|
|
|
|
Used to freeze the display of a row or column in a Spreadsheet control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|