|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Returns or modifies the system date (date of the day defined on the current computer). |
|
|
|
|
|
|
Identifies an even number. |
|
|
|
|
|
|
Calculates the number of days between two dates. |
|
|
|
|
|
|
Calculates the exponential of a numeric value (reverse of Napierian logarithm). |
|
|
|
|
|
|
Converts a duration in character string format to a duration that can be used by a Duration... |
|
|
|
|
|
|
Calculates the Napierian logarithm (reverse of exponential) of a numeric value. |
|
|
|
|
|
|
Converts a date in character string format to a date in YYYYMMDD format. |
|
|
|
|
|
|
Calculates the decimal logarithm of a numeric value. |
|
|
|
|
|
|
Reads the value of one of the animation parameters defined for an Image or Static control. |
|
|
|
|
|
|
Marks the start of a critical section: no other thread will be able to run the code as long... |
|
|
|
|
|
|
Returns the greatest value passed as parameter. |
|
|
|
|
|
|
Changes the type of animation:
for an image in an Image control.
for a text in a static... |
|
|
|
|
|
|
Marks the end of critical section: the code will be run by another thread. |
|
|
|
|
|
|
Returns the lowest value. |
|
|
|
|
|
|
Changes one of the animation parameters used for:
an animated image (in an Image control),... |
|
|
|
|
|
|
Locks the current thread while waiting for the specified event to be opened. |
|
|
|
|
|
|
Converts a currency into another currency. |
|
|
|
|
|
|
Returns the decimal part of a number. |
|
|
|
|
|
|
Indicates the display mode of a Toolbar control. |
|
|
|
|
|
|
Identifies or modifies the display currency used by default. |
|
|
|
|
|
|
Returns the integer part of a number. |
|
|
|
|
|
|
Transforms a docked Toolbar control into a floating Toolbar control. |
|
|
|
|
|
|
Explicitly destroys an event. |
|
|
|
|
|
|
Identifies or modifies the stored currency used by default. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|