ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
TwoFactorAuthenticationGenerateLink (Function)
Generates a link to register an account in an authentication application. When associated with a Bar Code control, this link will show a QR code that can be scanned in the authentication app installed on the phone.
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
InServiceMode (Function)
Indicates whether the code is run in a service.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
Environment of code editor
InPHPMode (Function)
Indicates whether the code is run in PHP.
InJavaMode (Function)
Indicates whether the code is run in Java.
Asc (Function)
Returns the ASCII code of the specified character.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
Programming the looper attributes
All the looper attributes can be handled by programming......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
<List Box>.SelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
ERR_NO_END_TAG
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.