ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
Creating requirements
The following steps must be performed to implement the requirements......
1. Examples provided with WINDEV Mobile
fTempFile (Function)
Returns the name of a unique temporary file.
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
<Source>.ToItem (Function)
Assigns the specified value to an item of the current record.
HCreateView (Example)
Usage example of the HCreateView function
Materialized view
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Multi-product external components
Components are a remarkably useful tool for development teams......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
hbTableDescription (Type of variable)
The hbTableDescription type is used to define and find out the characteristics of an HBase table.
HExportCSV (Function)
Exports the records found in a data file (HFSQL or OLE DB), a view or a query to a CSV file.