ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
<Array>.Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
5. HFSQL Client/Server
Handling a TreeView control at runtime
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements....
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
5. Which type of server to choose?
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......