ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
EventClose (Function)
Closes a synchronization event between several threads.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Local procedure
Two types of procedures are available......
Principle for running threads
At runtime, an application runs in a main thread......
HTMLToRGB (Function)
Converts the HTML color into RGB color.
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Text (Property)
The Text property is used to get and modify text.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
iMargin (Function)
Defines the "logical" print margins.
dCopy (Function)
Copies an image to another image.
Constants for managing contact functions
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....