ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
2. Projects in practice
Discover the main operations that can be performed on a project....
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
DashMode (Function)
Opens or closes the Dashboard control edit mode.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
State (Property)
The State property is used to get and change the state of an element.
2. Projects in practice
MyWindow (Reserved word)
MyWindow is used to handle the current window...
Dashboard constants
Constants used by the functions for managing Dashboard controls...
MySelf (Reserved word)
MySelf is used to handle the current control...
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
IF statement
The conditional IF statement allows you to run an action according to a condition...
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.