ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Index (Property)
The Index property is used to get the index of an element.
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
HErrorLock (Function)
Used to check whether a lock error occurred.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
Constants for the Exif functions
List of constants used by the Exif functions....
Structure (Type of variable)
A structure is a custom type of data...
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
List of extension attributes
The list of extension attributes ......
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
Currencies
A currency is a real coded on 10 bytes....
ErrorBuild (Function)
Displays a custom error message in a system error window.