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.
OutgoingData (Property)
The OutgoingData property is used to determine and change the type of data emitted by the stream.
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
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.
MCIPosition (Function)
Returns or changes the current position in a media file previously opened (MCIOpen).
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
DocPositionTopPage (Function)
Returns the position of the first character in a given page in a Text Processing control.
<Camera>.VideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
<picLayer variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable.
Timeout (Property)
The Timeout property is used to get and change the time after which the connection is considered to have "failed".
AdditionalParameters (Property)
The Property Additional Parameters allows you to specify additional parameters in the authentication chain.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<Window>.EdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Synchronizing the analysis with external databases
The analysis must be synchronized with an external database if it uses......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
WinInHeight (Function)
Returns the internal height of a window (without title bar and border).
GOTO statement
The GOTO statement is used to run a code identified by a given label...