ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
The Cell control
The Cell control contains controls......
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Print constants
List of constants used by the print functions....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Using an external component in an application
A component can be reused at any time in any application......
fMoveDir (Function)
Moves a directory and its content.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used with the cryptographic technologies.
RandomCryptoInteger (Function)
Returns a random number that can be used with the cryptographic technologies.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
AppInstallUPD (Function)
Triggers the automatic update of current application.
HOpenConnection (Function)
Opens a connection to a specific database.
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.