ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Reports and Queries 2024: New WLanguage features
In version 28, new functions have been introduced and some of them have been improved......
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
UTFConvert (Function)
Converts a string or buffer to the specified format: UTF, ANSI, Unicode.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
<Connection variable>.RSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
TileAdd (Function)
Adds a new tile customization for the current Windows Store Apps application.
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.