ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing multilingual applications
List of constants used by the functions for managing multilingual applications...
CriticalSectionStart (Function)
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.
SchedulerDeleteTrigger (Function)
Deletes a trigger from a scheduled task.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
ExceptionInfo (Function)
Retrieves information about the current exception.
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
Recycle code windows
By default, a single code window is opened per ......
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
SQLConnect (Example)
Usage example of the SQLConnect function
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Events associated with Button controls
List of events associated with Button controls...
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.