ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event).
11. Popup page
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
H.ErrIgnore (Variable)
Specifies the mode for processing the errors: the errors are processed by WINDEV the errors are processed by the program....
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
SchedulerBackgroundColor (Function)
Sets a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
dTextWidth (Function)
Calculates text width in pixels. This new function is available from WINDEV Suite SaaS 2025 Update 2....
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
BitcoinCore functions
The following functions are used to manipulate Bitcoin Core servers......
dTextHeight (Function)
Calculates text height in pixels. This new function is available from WINDEV Suite SaaS 2025 Update 2....
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
Style (Property)
The Style property is used to: retrieve or assign the entire style of a control (including the overrides). find out the style characteristics of an element in a Word Processing document....
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......