ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Compression (Property)
The Compression property gets and sets the data compression mode.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Error 2109: You are using the ObjectInfo function
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
PageByPagePrint (Property)
The PageByPagePrint property is used to: Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler. Find out the print mode of the report (page by page or all at once)....
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Using an external component in an application
A component can be reused at any time in any application......
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
MyWindow (Reserved word)
MyWindow is used to handle the current window...
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
Environment of the project editor
The main elements of the project editor are as follows:
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......