ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the table. This item was defined in the data model editor or programmatically. Define whether the value of a calculated item is stored in the table (when describing the item through programming)....
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV website or from a PHP application. Function kept for backward compatibility....
MapPolygon (Variable type)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....