ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Declaring and using a variable
A variable is defined by name and type......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
TableSelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multiselection browsing Table control.
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
HDescribeLink (Function)
Describes a link between two data files through programming.
Edit options of a report
The report editor allows you to......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Link properties
When creating a link, you can simply specify the destination......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
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....
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
Events associated with pages
List of events associated with pages...
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.