ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
Check: Log of a WEBDEV site
The monitoring robot will retrieve the log of the day for a WEBDEV application on the associated FTP server......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Select query description window: Use
Let's see some operations specific to the description window of a select query......
Time management
For each element (windows, reports, ......
Properties linked to the Euro management
List of properties linked to the Euro management...
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
FileToScreen (Function)
Automatically updates the controls in a window or 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. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
ReplicInfo (Function)
Returns information about a replication.
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Managing space characters in the searches?
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
The Context Menu control (WEBDEV)
Context menus are often used in websites......