ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
CertificateOpenProperties (Function)
Opens the Windows window used to find out the properties of a certificate.
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
<Certificate variable>.OpenProperties (Function)
Opens the Windows window used to find out the properties of a certificate.
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
WinForceDDW (Function)
Forces the DDW (Dim Disabled Windows) feature on a window even if this window is not accessible.
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
IWListNext (Function)
Displays the next internal window in the list of internal windows browsed by an Internal Window control.
IWListPrevious (Function)
Displays the previous internal window in the list of internal windows browsed by an Internal Window control.
WinInactiveEffect (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
8. Windows in practice
Discover the main actions that can be performed on the windows....
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
1
2
3
4
5
6
214
>