ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Edit>.DeleteToken (Function)
Deletes a token from a "Text token" Edit control.
ClipboardUnicode (Function)
Returns the text found in the clipboard in Unicode format.
GglGetLicense (Function)
Returns the text of license for using the Google libraries.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
FontStrikeOut (Property)
The FontStrikeOut property is used to determine if a text is struck through.
EditAddToken (Function)
Adds a token to a "Text token" Edit control.
EditInsertToken (Function)
Inserts a token into a "Text token" Edit control.
EditDeleteToken (Function)
Deletes a token from a "Text token" Edit control.
EditDeleteAllToken (Function)
Deletes all the tokens from a "Text token" edit control.
<Edit>.InsertToken (Function)
Inserts a token into a "Text token" Edit control.
<Edit>.AddToken (Function)
Adds a token to a "Text token" Edit control.
<Edit>.DeleteAllToken (Function)
Deletes all the tokens from a "Text token" Edit control.
AddLink (Function)
Adds a link to a text section in an edit control.
HTMLEditorSelect (Function)
Selects a text fragment in an HTML Editor control.
<HTML editor>.Select (Function)
Selects a text fragment in an HTML Editor control.
DiagramSearch (Function)
Searches for shapes containing a specific text in a diagram.
<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.
<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......