ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
HTML table
The HTML Table control allows you to create specific layouts in HTML pages......
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
Reports and Queries 2024: New WLanguage features
In version 28, new functions have been introduced and some of them have been improved......
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
SchedulerTriggerProperties (Function)
Reads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a table 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....
Docusign: Electronic signature
It is now common for individuals or businesses to sign contracts electronically......
PDFMergeWithPassword (Function)
Merges several existing and password-protected PDF files into a single PDF file.
<Source>.RecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
<Source>.SeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
<Source>.Track (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
ERR_BAD_CONTEXT_INTERNAL