ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
Designation of current element (Reserved word)
The keywords used to identify the current element are:
BackgroundImageState (Property)
The BackgroundImageState property allows you to get and change the number of drawings in the image associated with the background of a button.
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
iEndReport (Function)
Forces the report print to stop.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
GetDefinition (Function)
Retrieves the definition of element type.
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
CaseSensitive (Property)
The CaseSensitive property is used to determine if the different searches performed on the item distinguish between uppercase and lowercase characters (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Copying controls from the window editor
The controls can be copied from the window editor......