ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTTPRequest (Function)
Starts an HTTP request on a server.
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
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.
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
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
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.
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
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.