ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

PageBorderVisible (Property)
The PageBorderVisible property is used to: determine if the page borders are displayed in a Diagram Editor control. show or hide the page borders in a Diagram Editor control....
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in data-bound controls.
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
iCreateFont (Function)
Creates a new print font.
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Page with parameters
SQLSeek (Function)
Positions on the specified result row of the query.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
fOpenTempFile (Function)
Creates and opens a temporary file.
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Testing and debugging an application on an Android device
All developers appreciate the possibility to debug an application directly on the device......
SQL Server Native Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model database schema......
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.