ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
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....
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
WindowsVersion (Function)
Returns the runtime mode of Windows.
EventExist (Function)
Indicates whether a specific procedure is run when a Windows event is sent to a control or window.
fSelect (Function)
Opens the Windows file picker.
RegistryDeleteKey (Function)
Deletes a subkey from the Windows registry.
RegistryDeleteValue (Function)
Deletes a value from the Windows registry.
fImageSelect (Function)
Opens the image picker of Windows.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Page contexts
In a Windows application, the information relative to a window is stored with the window......
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
Speech synthesis management functions
The following functions are used to manage speech synthesis...
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
Creating the windows and the pages of the RAD pattern
Defining a help window template
WINDEV allows you to create help window templates......
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Events associated with Shape controls
List of events associated with Shape controls...
ServiceWriteEventLog (Function)
Writes an event into the log of Windows events.
SysDetectLockedSession (Function)
Detects the change of lock for the Windows session.
MDIWindowMenu (Function)
Modifies the layout of the MDI child windows.
Creating the menus for the windows of the WINDEV RAD pattern