ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Functions for managing TreeView controls (prefix syntax)
The following functions are used to manage TreeView controls (prefix syntax):
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....
fRead (Example)
Usage example of the fRead function
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
dFont (Example)
Usage example of the dFont function
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV site, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site....
The Site Map control
The Site Map control allows the Web user to......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
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....
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
HPass (Function)
Defines the password used to create or open a data file.
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....
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
dText (Example)
Usage example of the dText function
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.