ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
FTPGet (Example)
Usage example of the FTPGet function
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
Table,Modify (External language)
Modifies an element in a Table control.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
Constants used by the TraceStart function
List of constants used by the TraceStart function....
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
SysIconAdd (Example)
Usage example of the SysIconAdd function
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
Designing a supercontrol
A supercontrol is an advanced type of control......
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
KeyExpression (Example)
Usage example of the KeyExpression property