ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HPass (Function)
Defines the password used to create or open a data file.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
Constant
The constants are language elements whose value is fixed once and for all...
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
fSeek (Example)
Usage example of the fSeek function
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
fMoveFile (Function)
Moves a file from one directory to another.
ThreadPause (Function)
Pauses the current thread during the specified duration.
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
FTP constants
List of constants used by the FTP functions....