ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using the Vista style in your windows
WINDEV allows you to customize...
Windows
The windows represent the main interface of a WINDEV application......
ExplorerAccept (Function)
Enables or disables the ability to perform "Drag and Drop" from the Windows explorer to a WINDEV window or control.
Page contexts
In a Windows application, the information relative to a window is stored with the window......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
Window (External language)
Returns the number of windows opened at a given time.
<String type>.AnsiToUnicode (Function)
Converts an ANSI string (Windows) to a UNICODE string.
BTLEInitializeDevice (Function)
Initializes a Bluetooth Low Energy device in Windows.
<btleDevice>.Initialize (Function)
Initializes a Bluetooth Low Energy device in Windows.
Events associated with internal windows
List of events associated with internal windows...
SysShutdown (Function)
Stops the system or closes the current Windows session.
Registry management functions
List of functions for managing the registry...
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
Customizing the report viewer: Available windows
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
<ANSI string>.AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
WindowCount (Function)
Calculates the number of windows currently opened in the current application.
RegistryNextKey (Function)
Identifies the key found after the specified key in the Windows registry.
1
3
4
5
6
7
214
>