ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ThreadWait (Function)
Waits for the end of the execution of the specified thread.
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). This function also gets the characteristics of the tooltip associated with each section of the chart. a custom tooltip, associated with a point....
fDirSize (Function)
Returns the size of a directory in bytes.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
fListDisk (Function)
Returns the list of disks installed on the computer.
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
SysDir (Function)
Returns the path of a system directory.
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
MapGetStyle (Function)
Returns the style used by the map displayed in the Map control. From version 2025 Update 2, this function is no longer available. Google has implemented a new map style management mode. Now, you need to define map styles in the Google Maps platform and then use MapIDGgl to manage these styles....
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
CurrentYear (Function)
Returns the current year in integer format.
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
fAttribute (Example)
Usage example of the fAttribute function
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
Truncate (Function)
Truncates the right part of a string or buffer.
zipArchive (Variable type)
The type zipArchive type is used to manipulate an archive file corresponding to one of the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ).
AJAX: Direct procedure calls
Starting with version 2024, it is no longer necessary to use AJAXExecute and AJAXExecuteAsynchronous to make AJAX calls......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.