|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked. |
|
|
|
|
|
|
|
| Checks whether an expression is set to True in assertive programming and in automated test mode. |
|
|
|
|
|
|
|
| Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00"). |
|
|
|
|
|
|
|
| Returns or modifies the system time (current time defined for the current computer). |
|
|
|
|
|
|
|
| Extracts the left part (i.e., the first characters) from a string or buffer. |
|
|
|
|
|
|
|
| Fills a one- or two-dimensional array of the specified type with the character string passed in parameter. |
|
|
|
|
|
|
|
| Indicates whether the code is run:
from a Windows Mobile application.
from a WINDEV application, from a WEBDEV site or from a PHP application.
Function kept for backward compatibility.... |
|
|
|
|
|
|
|
| Checks whether an expression is false in assertive programming and in automated test mode. |
|
|
|
|
|
|
|
| Calculates the sum of the array elements. |
|
|
|
|
|
|
|
| Converts:
a UNICODE string to ANSI (Windows).
a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows).... |
|
|
|
|
|
|
|
| Used to find out and signal the possible errors via an assertive programming. |
|
|
|
|
|
|
|
| The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically. |
|
|
|
|
|
|
|
| Checks whether the specified expressions are different in assertive programming and in automated test mode. |
|
|
|
|
|
|
|
| The Name property is used to get the name of an element. |
|
|
|
|
|
|
|
| The ZOrder property defines the Z-order of an element. |
|
|
|
|
|
|
|
| Returns:
the length of a string, i.e., the number of characters in the string (including spaces and binary zeros).
the size of a buffer, i.e., the number of bytes in the buffer.... |
|
|
|
|
|
|
|
| Returns the day of the week that corresponds to the specified date (this date is an integer). |
|
|
|
|
|
|
|
| Modifies the type and duration of animations used when opening the application windows. |
|
|
|
|
|
|
|
| Returns the version number of the wdxxxvm DLL. |
|
|
|
|
|
|
|
| Ends the execution of the current thread. |
|
|
|
|
|
|
|
| Checks whether the expressions are equal in assertive programming and in automated test mode. |
|
|
|
|
|
|
|
| Calculates the mean of several elements:
elements found in an array,
numeric values, ...... |
|
|
|
|
|
|
|
| Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter). |
|
|
|
|
|
|
|
| The Sorted property is used to:
Determine whether a control is sorted.
Sort a control or not.... |
|
|
|
|
|
|
|
| Indicates whether the code is run in PHP. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|