ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
End of break block
The End of break block is optional......
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
Image control in a page
ERR_NO_APPLICATION
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
Query and project
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
Table,Col (External language)
Returns the current index of the column.
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
NoteDelete (Function)
Deletes a repositionable note found in the current window.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.