|
|
|
|
|
|
|
Indicates whether the application or the site is started:
from the WINDEV or WEBDEV editor,
from the executable or browser.
from the WEBDEV administrator.... |
|
|
|
|
|
|
Resets the variable to its initial value. |
|
|
|
|
|
|
Removes an element from the queue. |
|
|
|
|
|
|
Pops an element from a stack. |
|
|
|
|
|
|
Retrieves the definition of element type. |
|
|
|
|
|
|
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure. |
|
|
|
|
|
|
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second.... |
|
|
|
|
|
|
Converts an 8-byte real to a date and time. |
|
|
|
|
|
|
Triggers the execution of a parallel task. |
|
|
|
|
|
|
Opens a synchronization event between several threads. |
|
|
|
|
|
|
The Description of ParallelTask type is used to define the characteristics of a parallel task. |
|
|
|
|
|
|
Finds the Xth position of a string within another string. |
|
|
|
|
|
|
Converts a date in character string format to a date in YYYYMMDD format. |
|
|
|
|
|
|
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component. |
|
|
|
|
|
|
Configures the automatic behavior that will be implemented if an exception occurs in the current process. |
|
|
|
|
|
|
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project...... |
|
|
|
|
|
|
Checks whether a character string starts:
with a specific character string.
with one of the character strings in an array.... |
|
|
|
|
|
|
The memory occupied by a dynamic object (array, class object, ... |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block...... |
|
|
|
|
|
|
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)... |
|
|
|
|
|
|
Indicates whether the code is run:
from a WINDEV application, a WEBDEV site or a PHP page.
from a component.... |
|
|
|
|
|
|
Changes the management mode of threads. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|