ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
Error 4: A space is required after the ':' character
User report editor (Reports & Queries)
A report provides a custom view of data......
Data model editor: types of links
Several types of links can be found between the files......
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Browser management functions
List of functions for managing browsers...
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Internal Page properties
List of WLanguage properties associated with Internal Page controls...
<List Box>.MoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
NbMemoItem (Property)
The NbMemoItem property is used to get the total number of memo items in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
Binding a ListView control to an item
Pager control properties
The WLanguage properties are used to handle the Pager control in server code and in browser code......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Using RAD patterns
The steps for creating a RAD pattern are as follows......
HFSQL Client/Server: Configuring the data files on the server
FlexColumnGap (Property)
The Property FlexColumnGap allows you to know and modify the width of the gutter which separates the elements in the same row of a control Flexbox.
FlexShrink (Property)
The Property FlexShrink allows you to know and modify the reduction factor of a control present in a row of a control Flexbox.
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin of a report....