ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
Internal component description
The description of an internal component can opened at any time......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
fSeek (Example)
Usage example of the fSeek function
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
BurnerStatus (Function)
Returns the status of the current burner.
BurnerPath (Function)
Returns the path of the current burner.
2. How to test a site?
SFConnect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Constants for managing multilingual applications
List of constants used by the functions for managing multilingual applications...
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
BurnerList (Function)
Returns the list of burners installed on the current computer.
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
Structure (Type of variable)
A structure is a custom type of data...
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
SessionPrologue (Function)
Enables or disables a WLanguage procedure called on each request in a session.
WDReplic: Overview
WDReplic is a tool used to manage the replication of data between several computers that use the same application......
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......