ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Word Processing>.FindElementByName (Function)
Searches for an element by its name in a Word Processing document.
<Tiff variable>.SaveTIFF (Function)
Saves an image in TIFF format into a file or memory.
<Spreadsheet>.SelectWorksheet (Function)
Selects a worksheet (identified by its name) in a Spreadsheet control.
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
<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.
<Window>.WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
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.
WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
EncryptGenerateRSAKey (Function)
Generates an RSA private/public key pair....
<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.
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<Scanner variable>.ToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
DocFindElementByName (Function)
Searches for an element by its name in a Word Processing document.
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
2. Analysis in practice
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......