ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<picLayer variable>.PixelColor (Function)
Identifies the color of a pixel contained in a picLayer variable.
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
<Connection variable>.TransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
<ManualEvent variable>.Open (Function)
Opens a synchronization event between several threads.
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
<httpRequest variable>.ResetCookie (Function)
Deletes all the cookies (globally or for a domain) stored by the calls to HTTPRequest.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<Word Processing>.Save (Function)
Saves a document as a "docx" file.
<PDF reader>.Save (Function)
Saves the content of a PDF Reader to a file.
<Image variable>.DrawBorder (Function)
Draws the borders in an Image variable.
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
<HTML editor>.GetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
<WDPic variable>.DrawRectangle (Function)
Draws a rectangle in a WDPic variable.
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
<List Box>.DeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
<Certificate variable>.OpenProperties (Function)
Opens the Windows window used to find out the properties of a certificate.
<Image variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image variable.
<htmlNode variable>.InsertBefore (Function)
Adds a node before the specified node in an HTML document.
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
<htmlNode variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML node.
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<btleDevice variable>.GetAService (Function)
Retrieves the service of a Bluetooth Low Energy device corresponding to the specified identifier (UUID).
<Image variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type Image.
<Gantt chart>.ListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks in a Gantt Chart column, a specific task (selected or hovered)....