|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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 parameters can be passed to a procedure... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Runs an instance of the action plan in the software factory. |
|
|
|
|
|
|
Returns or modifies the style of selected cells in a Spreadsheet control found in a window. |
|
|
|
|
|
|
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time... |
|
|
|
|
|
|
Loads a file in XLSX format in a Spreadsheet control found in a window. |
|
|
|
|
|
|
Saves the content of a Spreadsheet control in a file in XLSX format. |
|
|
|
|
|
|
Returns or modifies the type and mask of selected cells in a Spreadsheet control. |
|
|
|
|
|
|
Ends a MATLAB session. This session was initialized by mlInitialize. |
|
|
|
|
|
|
Evaluates and runs a command on a MATLAB session. |
|
|
|
|
|
|
Retrieves the value of a variable for the MATLAB session. |
|
|
|
|
|
|
Writes the value of a variable for the MATLAB session. |
|
|
|
|
|
|
Deletes a variable from the MATLAB session. |
|
|
|
|
|
|
Lists the variables found in the MATLAB session. |
|
|
|
|
|
|
Loads all the variables of a MATLAB file in the session. |
|
|
|
|
|
|
Returns the date of the first day of the year. |
|
|
|
|
|
|
Associates an extension (.txt, .avi, etc.) to a default execution program. |
|
|
|
|
|
|
Returns the command linked to an extension. |
|
|
|
|
|
|
Runs an action (defined programmatically) and enables Undo/Redo operations on this action.... |
|
|
|
|
|
|
Declares how to cancel an action that was added by WinEdDo. |
|
|
|
|
|
|
Checks the existence of a directory. |
|
|
|
|
|
|
Enables the telemetry manually. |
|
|
|
|
|
|
Defines an attach point for one of the two extremities of a Wire control. |
|
|
|
|
|
|
Deletes all the connection points for a control. |
|
|
|
|
|
|
Undoes the last action performed by the end user when modifying the interface ("Allow end users... |
|
|
|
|
|
|
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|