ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
MultimediaControlVisible (Function)
Manages the visibility of control buttons (Play, Pause, Fast Forward, ...) found in the Multimedia control.
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
SQLExec (Example)
Usage example of the SQLExec function
zipExtractPath (Example)
Usage example of the zipExtractPath function
System constants
List of constants used by the system functions....
UploadCurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
fCurrentDrive (Function)
Gets or sets the current drive.
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.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.