ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
<Image>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image control.
<Image variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image variable.
OCRParameter (Function)
Initializes the general options of the native OCR (Optical Character Recognition) system.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
DocPositionTopPage (Function)
Returns the position of the first character in a given page in a Text Processing control.
<picLayer variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable.
<WDPic variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a WDPic variable.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
<Type Buffer>Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.