ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Windows Scheduler functions
List of functions for managing the scheduler
Miscellaneous Windows functions
List of miscellaneous Windows functions
Service functions
List of functions for managing services
SNMP functions
List of SNMP functions
Mouse functions
List of functions for mouse management
Recycle bin functions
List of functions for managing the recycle bin
Registry functions
List of functions for managing the registry
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC...
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string...
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string...
EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event).
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App)....
EventExist (Function)
Indicates whether a specific procedure is run when a Windows event is sent to a control or window.
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts"...
WinCurrentLayout (Function)
Returns the index of the current layout: in the current window. in the specified window...
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code...
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows...
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV...
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
fImageSelect (Function)
Opens the image picker of Windows.
RegistryQueryValue (Function)
Reads a value in the Windows registry.
RegistryDeleteKey (Function)
Deletes a subkey from the Windows registry.
fSelect (Function)
Opens the Windows file picker.
RegistryDeleteValue (Function)
Deletes a value from the Windows registry.
RegistryCreateKey (Function)
Creates a key in the Windows registry.
WindowsVersion (Function)
Returns the runtime mode of Windows.
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size...
Speech synthesis management functions
The following functions are used to manage speech synthesis...
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows...
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......