|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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... |
|
|
|
|
|
|
|
| Opens and enables an MDI child window. |
|
|
|
|
|
|
|
| Opens a window in a mobile application. |
|
|
|
|
|
|
|
| Refreshes a page displayed in the user's browser from the context on the server.... |
|
|
|
|
|
|
|
| Displays a WINDEV window to its initial size. |
|
|
|
|
|
|
|
| Automatically initializes the controls of a window with:
the values of the bound items... |
|
|
|
|
|
|
|
| Used to find out the Internet address of a page. |
|
|
|
|
|
|
|
| Displays a WINDEV window in its maximum size. |
|
|
|
|
|
|
|
| Displays a web page in the user's browser.... |
|
|
|
|
|
|
|
| Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts. |
|
|
|
|
|
|
|
| Automatically initializes:
the value of the items in a data file with the value of the controls... |
|
|
|
|
|
|
|
| Automatically initializes:
the value of the items in a data file with the value of the controls... |
|
|
|
|
|
|
|
| Automatically updates the controls of a page with:
the values of the bound items in the current... |
|
|
|
|
|
|
|
| Modifies or returns the visibility status of internal wait window when adding additional elements... |
|
|
|
|
|
|
|
| Adds a new menu to an existing drop-down or context menu of a window or page. |
|
|
|
|
|
|
|
| Adds a new option after the last option of a drop-down or context menu. |
|
|
|
|
|
|
|
| Adds a new option after the last option of a drop-down or context menu. This menu option opens... |
|
|
|
|
|
|
|
| Transforms a menu option of a page in order for this option to open a popup. |
|
|
|
|
|
|
|
| Adds a new separator in a menu (drop-down or context menu). |
|
|
|
|
|
|
|
| Clones a menu or a menu option as well as the associated code. |
|
|
|
|
|
|
|
| Indicates whether a menu option exists in a menu. |
|
|
|
|
|
|
|
| Inserts a menu before another menu in a window. |
|
|
|
|
|
|
|
| Inserts a new option at a specific position. |
|
|
|
|
|
|
|
| Inserts a separator into a menu. |
|
|
|
|
|
|
|
| Deletes a menu or a menu option. |
|
|
|
|
|
|
|
| Stops playing a media file found in a Multimedia control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|