ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
iColumnEnd (Function)
Forces a column break in a multi-column report.
12. External component in practice
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
13. External component in practice
External component in practice...
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
ThreadPersistent (Function)
Makes a thread persistent.
FolderData (Function)
FolderData is kept for backward compatibility.
First project window
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
SQLFirst (Function)
Positions on the first row of the query result.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
hdfsStatus (Type of variable)
The hdfsStatus type is used to define the advanced characteristics regarding the status of an element (file, directory, link) in the Hadoop file system.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
2. Analysis in practice
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....