ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<JSON variable>.ToString (Function)
Converts the content of a JSON variable to a JSON string.
MaskFormat (Function)
Formats a character string using an InputMask variable.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
JSONToString (Function)
Converts the content of a JSON variable to a JSON string.
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<AuthToken variable>.OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
ScanGet (Function)
Retrieves the characteristics of a scanner in a variable of type Scanner.
ScanToImage (Function)
Retrieves a document from a scanner in a variable of type Image.
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
<htmlDocument variable>.Save (Function)
Saves the content of an htmlDocument variable to an HTML file.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
<Document variable>.ToText (Function)
Creates a character string with the data of a Document variable.
<WDPic variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type WDPic.
<picLayer variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type picLayer.
<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.
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
<WDPic variable>.PixelColor (Function)
Identifies the color of a pixel contained in a WDPic variable.
<picLayer variable>.PixelColor (Function)
Identifies the color of a pixel contained in a picLayer variable.
<WDPic variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a WDPic variable.
<picLayer variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in a picLayer variable.
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....