ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
Timeout (Property)
The Timeout property is used to get and change the time after which the connection is considered to have "failed".
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
AJAXAsynchronousCallPending (Function)
Used to find out whether a server procedure called by AJAXExecuteAsynchronous is currently run.
Legend (Property)
The Legend property is used to: Find out the label of a series. Modify the label of a series....
ControlFindTextNext (Function)
Finds and selects the next element corresponding to the sought text in a window or in a control.
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
fDirExist (Function)
Checks the existence of a directory.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
ChronoReset (Function)
Stops and resets a running stopwatch.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
Thumbnail (Property)
The Thumbnail property is used to find out and modify the image displayed in thumbnail in a Thumbnail control.
Enumeration (Type of variable)
An enumeration is a set of values......