|
|
|
|
|
|
|
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... |
|
|
|
|
|
|
Starts navigation in an HTML Display control. |
|
|
|
|
|
|
Minimizes a WINDEV window. |
|
|
|
|
|
|
Creates the image of the specified window in a BMP file. |
|
|
|
|
|
|
Displays a WINDEV window in its maximum size. |
|
|
|
|
|
|
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 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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|