ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
HOpen (Function)
Opens a data file.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
grDraw (Function)
Draws a chart according to the specified parameters.
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
Accessibilité (Property)
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
Push notification
A mobile device can receive push notifications......
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
fMoveFile (Function)
Moves a file from one directory to another.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
Managing the styles
The help editor allows you to define styles of paragraphs......
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
IF statement
The conditional IF statement allows you to run an action according to a condition...