ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<AuthToken variable>.OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
FirstName (Property)
The FirstName property can be used on: a SaasUser variable. ......
OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
<Document variable>.Seek (Function)
Finds a character string in an entire Document variable.
<Document variable>.Redo (Function)
Restores the last action canceled on a Document variable.
<Document variable>.Undo (Function)
Undoes the last action performed on a Document variable.
<Document variable>.ToText (Function)
Creates a character string with the data of a Document variable.
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.
Error 533: The expression of a { } must be a string
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.
<JSON variable>.ToString (Function)
Converts the content of a JSON variable to a JSON string.
<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.