ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Enumeration (Type of variable)
An enumeration is a set of values......
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
Associative array (Type of variable)
An associative array is an "advanced" type of array...
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
ArrayCopy (Function)
Copies the content of an array to another array.
fMoveDir (Function)
Moves a directory and its content.
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......
HCloseConnection (Example)
Usage example of the HCloseConenction function
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......
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
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.