ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FileToMemoryList (Function)
Populates a List Box or Combo Box control programmatically with the records from a data file or query.
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
grColor (Function)
Returns and initializes the color of different chart elements.
dPolygon (Function)
Draws a polygon: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
TreeView Table control properties
List of properties associated with the TreeView Table control...
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
How to create and handle a structure?
This help page explains how to create and handle a structure....
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
DisplayedItemImage (Property)
The DisplayedItemImage property is used to: Get the item that corresponds to the image displayed in a ListView control. Change the item that corresponds to the image displayed in a ListView control....
TokenAllowDuplicate (Property)
The TokenAllowDuplicate property is used to: Allow or prevent the user from entering duplicates in a "Text token" Edit control. Determine if duplicates are allowed in a "Text token" Edit control....
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
5. User Groupware in practice
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Logical operators
The logical operators are as follows......