ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
<HFSQL file>.ExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
HExportJSONString (Function)
Exports the records from a data file (HFSQL or OLE DB), view or query to a JSON string.
HJSONToRecord (Function)
Imports JSON data into the current record.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
2. UML models
2. UML models
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
Structure (Type of variable)
A structure is a custom type of data...
Items used in a select query
A query created in the query editor can contain several types of items......
Chart control properties
A Chart control can be used......
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
GetDefinition (Function)
Retrieves the definition of element type.
grCreate (Function)
Creates a specific type of chart.
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Progress Bar control properties
List of properties associated with the Progress Bar control...
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.