|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Used to:
determine if the "Allow end users to modify the UI" option is enabled in a window... |
|
|
|
|
|
|
Modifies the margin of the text in the tooltips. |
|
|
|
|
|
|
Returns the list of countries according to the ISO 3166-1 standard. |
|
|
|
|
|
|
Saves the changes made when the "Modification of UI by the end user" mode is enabled. |
|
|
|
|
|
|
Loads the changes made by the end user in a window. |
|
|
|
|
|
|
Checks the status of a Facebook session. |
|
|
|
|
|
|
Allows you to find out whether the browser used by the Web user is started on a mobile device. |
|
|
|
|
|
|
Indicates the operating system installed on the browser of the Web user. |
|
|
|
|
|
|
Returns the name of the file currently generated. |
|
|
|
|
|
|
Checks whether an image was loaded in memory. |
|
|
|
|
|
|
Opens a connection to a Hadoop server. |
|
|
|
|
|
|
Closes a connection to a Hadoop server. |
|
|
|
|
|
|
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled). |
|
|
|
|
|
|
Indicates the number of controls selected when the interface is modified by the end user ("Allow... |
|
|
|
|
|
|
Returns one of the controls selected when the interface is modified by the end user ("Allow end... |
|
|
|
|
|
|
Selects a control when the interface is modified by the end user ("Allow end users to modify... |
|
|
|
|
|
|
Deselects all the controls when the interface is modified by the end user ("Allow end users... |
|
|
|
|
|
|
Deselects a control when the interface is modified by the end user ("Allow end users to modify... |
|
|
|
|
|
|
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control. |
|
|
|
|
|
|
Returns the nation currently used by the system. |
|
|
|
|
|
|
Returns the list of accessible Bluetooth Low Energy devices. |
|
|
|
|
|
|
Used to disconnect from a Bluetooth Low Energy device. |
|
|
|
|
|
|
Used to connect to a Bluetooth Low Energy device. |
|
|
|
|
|
|
Returns the current Bluetooth activation status on the device or asks to be notified... |
|
|
|
|
|
|
Enumerates the breaks found in a Table control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|