ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV websites......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Using the query result
The result of a select query can be used in......
Fixed array (Variable type)
A fixed array is an "advanced" type of array...
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV website or a PHP page. from a component....
fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them. the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users....
fDriveInfo (Function)
Returns information about a drive.
iMMToPica (Function)
Converts the coordinates of a point (expressed in millimeters) into system coordinates.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
fWebDir (Function)
Returns the physical name of the directory containing the images, JavaScript files and Java files of the WEBDEV website.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
iTextHeight (Function)
Calculates the height of the font for the text to print (in millimeters).