ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgInfo (Function)
Returns a debug information.
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
The statistics
WINDEV, WEBDEV and WINDEV Mobile propose several functions used to perform statistical calculations......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Financial constants
List of constants used by the financial functions....
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
TreeView Table control properties
List of properties associated with the TreeView Table control...
Table,Add (External language)
Adds an element to a Table control.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
Creating the Relation pages of a WEBDEV RAD pattern