ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
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.
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....
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
DnD constants
List of constants used by the functions for managing the Drag and Drop....
Message text file format
The text files created by WDMSG use a specific format......
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Other operators
The following are additional operators......
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......