|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section. |
|
|
|
|
|
|
|
| Calculates the difference between two dates and times. |
|
|
|
|
|
|
|
| Identifies an odd number. |
|
|
|
|
|
|
|
| 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 variable. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Calculates the cotangent of an angle. |
|
|
|
|
|
|
|
| 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 control.... |
|
|
|
|
|
|
|
| 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),
an animated text (in a Static 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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|