ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iDocumentPrinted (Function)
Determines whether the user printed the document from the report viewer.
<Chart>.Tooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
WINDEV Mobile concepts
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Print modes of a report
Several print modes are available for a report....
<Buffer type>.DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
<xmlNode variable>.FindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Print the content of your tables
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......