ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Error 1001: The operators: and:: can only be used in the methods of classes
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
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.
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.
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
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.
MenuInsertMenu (Function)
Inserts a menu before another menu in a window.
<Window>.EdActive (Function)
Allows you to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
Creating an executable: General options
The main executable options are as follows......
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
Multiline strings
To type character strings over several lines in the code editor...
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Handling a WinForm .Net control through programming
Commands of the external interface
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......