ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<WDPic variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a WDPic variable.
<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.
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
<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.
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
The use of the Automation type in a site is reserved for the advanced users
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.