ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.).
pdfPage (Variable type)
The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory.
WBAdminAuth (Variable type)
The WBAdminAuth type allows you to define all the advanced characteristics of the API used to remotely manage a WEBDEV Application Server.
Testing a WEBDEV website on a mobile device
It is increasingly common for developers to test websites on mobile devices......
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
1. Creating a WEBDEV project and its database schema
WEBDEV Tutorial - Creating a WEBDEV project and its database schema Lesson 1 - Creating a WEBDEV project and its database schema - 5 min
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
ScanSelect (Function)
Opens a standard dialog box with the available scanners.
Accessibility (Property)
The Accessibility property gets and sets the accessibility properties of a control.
dbgSaveMemoryDump (Function)
Saves a dump of memory used by the application.
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
NFC constants
List of constants used by the NFC functions...
Creating anchors
The anchors are used to define specific points in a help page......
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
Various constants
List of various constants used by the constants WINDEV functions....
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
CommandLine (Function)
Identifies and retrieves the different elements of the command line passed as a parameter to the current program.