ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
VideoGenerateThumbnail (Function)
Generates a thumbnail of the specified photo or video.
EmailStartNotesSession (Function)
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments).
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
RegistryValueType (Function)
Returns the type of value found in the registry.
CameraGenerateThumbnail (Function)
Generates a thumbnail of the specified photo or video.
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
BrowserType (Function)
Returns the type of browser used by the Web user.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Recompiling the project
The project compilation is a process used to......
HPrevious (Function)
Positions on the previous file record according to a browse item.
HNext (Function)
Sets the position on the next data file record according to a browse item.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
PDFSign (Function)
Applies an approval signature to an existing PDF.
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
RegistryCreateKey (Function)
Creates a key in the Windows registry.
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.