|
|
|
|
|
|
|
Returns a string after removing the specified characters from the right side of the initial string. |
|
|
|
|
|
|
List of debugging functions... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Marks the end of critical section: the code will be run by another thread. |
|
|
|
|
|
|
Increments a number at the beginning or at the end of a string. |
|
|
|
|
|
|
Starts the execution of a process through programming. |
|
|
|
|
|
|
The Before property replaces or inserts a procedure before the other procedures in:
a Procedure variable.
an event associated with a control.... |
|
|
|
|
|
|
The After property replaces or inserts a procedure after the other procedures in:
a Procedure variable.
an event associated with a control.... |
|
|
|
|
|
|
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). |
|
|
|
|
|
|
The MovementTask property allows you to know and modify the way users move tasks in a Gantt Chart column. |
|
|
|
|
|
|
Returns the coordinates of the screen that contains a window. |
|
|
|
|
|
|
Returns the lowest value. |
|
|
|
|
|
|
Converts a UTF-8 string to Unicode |
|
|
|
|
|
|
Converts a UTF-8 string to ANSI. |
|
|
|
|
|
|
Retrieves and changes the status of the dynamic audit. |
|
|
|
|
|
|
Returns the greatest value passed as parameter. |
|
|
|
|
|
|
Deletes a column at a given position from the advanced array property (array of gglCalendar events, etc.). |
|
|
|
|
|
|
Returns the number of parameters actually received by a procedure. |
|
|
|
|
|
|
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing format. |
|
|
|
|
|
|
Extracts:
a substring from a string starting at a specified position.
part of a buffer starting at a specified position.... |
|
|
|
|
|
|
Calculates the difference between two times in hundredths of a second. |
|
|
|
|
|
|
Converts an integer into a date in YYYYMMDD format. |
|
|
|
|
|
|
Truncates the right part of a string or buffer. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|