ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
VariantConvert (Function)
Converts the value stored in a Variant variable].
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
SchedulerInfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
StringFormat (Function)
Formats a character string according to the selected options.
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
DashDisplay (Function)
Refreshes elements in a Dashboard control.
NationToLanguage (Function)
Returns the language corresponding to a nation.
LanguageToNation (Function)
Returns the nation corresponding to a language.
LanguageToCharset (Function)
Returns the character set corresponding to a language.
dFont (Example)
Usage example of the dFont function
PDF Reader control properties
You can manipulate PDF Reader controls in a window using the following WLanguage properties......
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
dSaveImageGIF (Example)
Usage example of the dSaveImageGIF function