ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Polygon2D variable>.Touch (Function)
Determines whether a 2D polygon touches another geometry.
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
<ANSI string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
2. Examples and components provided with WEBDEV
The project description window allows you to configure various elements of your project......
Various WEBDEV constants
Various WEBDEV constants...
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
BrowserMobile (Function)
Allows you to find out whether the browser used by the Web user is started on a mobile device.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
TrialVersion (Function)
Used to find out whether the current execution of the application is in "trial version" mode.
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
SpeechSynthesisInProgress (Function)
Used to find out whether a read operation is in progress on the engine for speech synthesis.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.