ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
Message text file format
The text files created by WDMSG use a specific format......
Copying and cloning
Variables are copied using the "=" operator...
Replication management functions
Three types of replication are proposed......
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Reintegrating text into a project
All the text form the translation file can be reintegrated into a project......
How to develop a PHP site?
What is a PHP site?......
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
Status bar of windows
The status bar of a window is used to display several types of information......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
10. Smart controls
Smart controls...
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
ReplicEdit: Taking the analysis modifications made into account
When modifying the analysis of a replicated application (add an item, a file, ......
Functions for managing parallel tasks (prefix syntax)
The following functions are used to manage parallel tasks...
Comparing the project messages
The comparison between source and target text helps you find translation errors......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
ReplicSynchro: Use
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
Area (Property)
The Area property is used to define an area.
Asc (Function)
Returns the ASCII code of the specified character.
Asc (Example)
Usage example of the Asc function