ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
ImageOccurrence (Function)
Returns the total number of images taken into account by the scroll.
Body Complement block
The Body complement block is linked to the Body block......
Android Control Center
Do you know where to find your application log files?...
CurrentDay( Function)
Returns the number of the current day in the current month.
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
Setup mode
Several methods can be used to distribute a WINDEV application......
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
7. Layouts using the Flexbox control
ERR_BAD_FILE
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
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....
TwainState (Function)
Returns the status of the current source.
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
NumberDisplayedPage (Property)
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control.
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
Supercontrol
A supercontrol is an advanced type of control......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Composite keys
A composite key is a key item containing several other items......
SysYRes (Function)
Returns the vertical screen resolution.
Handling a Web Component control through programming