|
|
|
|
|
|
|
Extracts the left part (i.e., the first characters) from a string or buffer. |
|
|
|
|
|
|
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?...... |
|
|
|
|
|
|
The following events are associated to reports (order of appearance in the code editor)...... |
|
|
|
|
|
|
An array is a structured type that is used to group a set of elements of the same type... |
|
|
|
|
|
|
Closes the trace window if this window was opened or stops saving the trace information in a text file. |
|
|
|
|
|
|
The HFSQL engine proposes to isolate the transactions...... |
|
|
|
|
|
|
Loads the file containing the error messages in the desired language into memory. |
|
|
|
|
|
|
Displays the requested information (content of a control, for example) in a window opened next to the current window. |
|
|
|
|
|
|
Returns the date of the day preceding the current day or a given date. |
|
|
|
|
|
|
Returns the date of the day following the current day or a given date. |
|
|
|
|
|
|
Returns the day of the week that corresponds to a given date. |
|
|
|
|
|
|
Replaces all occurrences of a specified substring in a string with another specified substring. |
|
|
|
|
|
|
The State property is used to get and change the state of an element. |
|
|
|
|
|
|
Returns the lowest value. |
|
|
|
|
|
|
The BackgroundStyle property is used to get and modify the background style of cells in tables and/or TreeView Tables.... |
|
|
|
|
|
|
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications...... |
|
|
|
|
|
|
The numeric type is used to contain integer or decimal numbers by specifying if necessary:
the number of digits in the integer part.
the number of digits in the integer part and in the decimal part.... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Indicates whether the code is run in Windows Store apps mode.
Function kept for backward compatibility.... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|