ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
dCopyWindowImage (Function)
Copies the image from a WINDEV window to an Image variable or to an Image control.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
GDI+ framework
Some WINDEV features use the GDI+ framework......
Managing the styles
The help editor allows you to define styles of paragraphs......
Report viewer: Proposing several reports
In the document preview, end users can......
5. HFSQL Cient/Server
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
11. Table/Looper controls
23. Print modes
11. Table/Looper controls
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event).
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
Repairing the analysis
In some cases, an error message may appear when opening the analysis linked to a project......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......