ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
14. PHP generation in practice
Updates the characteristics of a WEBDEV account in a WEBDEV Application Server....
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
MutexDestroy (Function)
Explicitly destroys a mutex.
iPrintReport (Function)
Prints a report created with the report editor.
Sound (Function)
Plays a sound in WAV format.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
Color (Property)
The Color property gets or sets the font color of: a Font variable. text displayed in a Static or Calculated control of a report. text displayed in a window control. text displayed in a page control....
fDirSize (Function)
Returns the size of a directory in bytes.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
RegistryCreateKey (Function)
Creates a key in the Windows registry.
SendMessage (Function)
Sends a Windows message to a control or to a window.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.
NumberInWords (Function)
Converts a number to words.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal Windows 10 App mode.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
MatExist (Function)
Checks the whether the matrix exists in memory.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.