ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
History of versions
The history of setup versions is an advanced feature of the network setup......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
Crosstab report
The report editor allows you to create "Crosstab" reports......
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Warning 18: Loop without potential end
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
The structure of the file for remote control
The management of remote control uses a file in INI format......
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Multiline strings
To type character strings over several lines in the code editor...
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Caption (Property)
The Caption property is used to get and change the text of an element.
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
ThreadSendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.