ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic data file modification
The automatic data file modification updates the description of data files on user computers......
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
2. Examples and components provided with WEBDEV
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
13. Security benefit: managing the "Back" button
Overview of external languages
Examples for using the OLE DB provider for HFSQL
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Set of procedures
The global procedures are grouped in set of procedures......
9. Monitor your sites, servers, etc.
4. Dedicated server or shared server?
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
Composite keys
A composite key is a key item containing several other items......
4. Monitor your applications
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.