ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the table.
Copying controls from the report editor
The controls can be copied from the report editor......
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
The Organizer control
The Organizer control is used to display and handle organizers......
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Thread execution
At runtime, an application runs in a main thread......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
HDelete (Function)
Deletes a record from a data file (query or view).
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
OLESave (Function)
Saves the object found in an OLE control in binary format.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
MovementAPT (Property)
The MovementAPT property allows you to know and specify whether users can move appointments in a Scheduler or Organizer control.