ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
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.
SysDir (Function)
Returns the path of a system directory.
pdfAttachment (Type of variable)
The pdfAttachment type is used to define all the advanced characteristics of an attachment in a PDF document.
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.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
StackInfo (Function)
Retrieves the characteristics of a stack: 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)...
CurrentYear (Function)
Returns the current year in integer format.
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).
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.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.