ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTTPRequest (Function)
Starts an HTTP request on a server.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
UUDecode (Function)
Decodes a character string in UUEncode format.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
ExceptionInfo (Function)
Retrieves information about the current exception.
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
rssCloud (Type of variable)
The rssCloud type is used to describe the method for subscribing to the notifications of modification made to the RSS stream...
rssImage (Type of variable)
The rssImage type is used to describe the image of a RSS stream...
grColor (Function)
Returns and initializes the color of different chart elements.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
DotNetDelegate (Example)
Usage example of the DotNetDelegate function