ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Document variable>.EndModification (Function)
Indicates the end of a series of actions performed in a Document variable in a single event ("undo/redo")....
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
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......
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo")....
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via Native Access) and creates the transaction table.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
<Connection variable>.Transaction (Function)
Starts a transaction on the tables (HFSQL or accessed via Native Access) and creates the transaction table.
<Document variable>.StartModification (Function)
Indicates the start of a series of actions performed on a Document variable in a single event ("undo/redo")....
ContactDisplay (Function)
Opens the form of a contact in the native application for contact management of the device (Android, iPhone or iPad).
SpreadsheetEndModification (Function)
Indicates the end of a series of actions performed in a Spreadsheet control in a single event ("undo/redo")....
AppointmentDisplay (Function)
Displays an appointment in the native application for managing appointments found on the mobile device (Android or iOS).
<Spreadsheet>.StartModification (Function)
Indicates the start of a series of actions performed in a Spreadsheet control in a single event ("undo/redo")....
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Telemetry: Configuration of WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......