ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image>.Blur (Function)
Blurs the entire given area in an Image control.
<Image>.DrawSlice (Function)
Draws a circle or an ellipse section in an Image control.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<Spreadsheet>.AddImage (Function)
Adds an image into the current worksheet of a Spreadsheet control.
ScanToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
RegexSearch (Function)
Searches for all the parts of a string that follow a specific format.
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
<Word Processing>.FindElementByName (Function)
Searches for an element by its name in a Word Processing document.
<Document>.FindElementByName (Function)
Searches for an element by its name in a Word Processing document.
<Image variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type Image.
<Scanner variable>.ToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
DocFindElementByName (Function)
Searches for an element by its name in a Word Processing document.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
MaxThumbnailHeight (Property)
The MaxThumbnailHeight property is used to get and change the maximum height of a thumbnail of an Image item (binary memo).
<Array>.Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
PanelCreate (Function)
Creates a new Dockable Panel control in the current window.
DateModified (Property)
The DateModified property is used to get the modification date of an element.
UpdateDate (Property)
The UpdateDate property is used to get the update date of an element.
DateCreated (Property)
The DateCreated property is used to get the creation date of an element.
Error 26: No END statement is associated with this THEN