ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
<Page>.FromFile (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......
Step 1: Configuring the print parameters
This step allows you to choose......
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
Handling TimeLine controls programmatically
A TimeLine control can be......
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Principle for running threads
At runtime, an application runs in a main thread......
Error 203: The procedure already has a scope attribute (local or global)
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Creating and handling an item
The main operations that can be performed on an item are as follows......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Environment of the query editor
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
WEBDEV Application Server - 10 connections - License agreement
AWP without UI
Bootstrap, Angular, React, Vue......
Setup on a local network (LAN)
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.