|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
The InfoVersion type is used to find out the characteristics of a specific application version. |
|
|
|
|
|
|
Starts the input in the controls of a window. |
|
|
|
|
|
|
Modifies the status of a control (invisible, active, inactive, grayed) |
|
|
|
|
|
|
Returns the name of the next editable control. |
|
|
|
|
|
|
Defines whether a control is included (or not) in the current window. |
|
|
|
|
|
|
Displays a dialog box containing an error logo and the message passed in parameter. |
|
|
|
|
|
|
Fills the content of WdString with space characters on the right. |
|
|
|
|
|
|
Runs the code of a control or the code of a procedure in WLanguage. |
|
|
|
|
|
|
Returns the number of windows opened at a given time. |
|
|
|
|
|
|
Closes the current window and restores the context that existed before the window opening. |
|
|
|
|
|
|
Returns the handle of a window or control. |
|
|
|
|
|
|
Returns the status of a menu option (active, invisible, grayed). |
|
|
|
|
|
|
Finds out whether a menu option is marked or not. |
|
|
|
|
|
|
Adds a menu into the window that is opened. |
|
|
|
|
|
|
Selects or deselects, makes invisible, marks or unmarks an option found in the current menu. |
|
|
|
|
|
|
Prints a report created with the report editor. |
|
|
|
|
|
|
Displays a dialog box containing an information logo and the message passed in parameter. |
|
|
|
|
|
|
Returns the command line passed in parameter to the executable program. |
|
|
|
|
|
|
Adds an element to a Combo Box or List Box control. |
|
|
|
|
|
|
Inserts an element at the given index of a drop-down or expanded list. |
|
|
|
|
|
|
Modifies an element in a drop-down list or in an expanded list. |
|
|
|
|
|
|
Returns the number of elements found in a list. |
|
|
|
|
|
|
Position the first element displayed in the list or returns the subscript of the first element... |
|
|
|
|
|
|
Retrieves the value of a given element or the value of the selected element in a drop-down list... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|