ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinOrientation (Function)
Modifies or retrieves the display orientation of the current window.
<Image variable>.Font (Function)
Declares the font to be used by the dText function in a Image type variable.
<picLayer variable>.Font (Function)
Declares the font to be used by the dText function in a picLayer type variable.
<Image>.Font (Function)
Declares the font to be used by the dText function in an Image control.
<WDPic variable>.Font (Function)
Declares the font to be used by the dText function in a WDPic type variable.
CertificateList (Function)
Returns the list of certificates available on the computer.
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is in an Image variable.
<picLayer variable>.DrawCircle (Function)
Draws a circle or an ellipse in a picLayer variable.
SchedulerDeleteTrigger (Function)
Deletes a trigger from a scheduled task.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
HTMLEditorGetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
Iconize (Function)
Minimizes a WINDEV window.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
zipClose (Example)
Usage example of the zipClose function