ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
FinNetCurrentVal (Example)
Usage example of the FinNetCurrentVal function
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......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Managing assertions
...The main available features are as follows:...
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
HFSQL management functions
List of functions for HFSQL management...
SQLLast (Function)
Sets the position on the last row of the query result.
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
DriveListeDirectory (Function)
Lists the directories of an Drive.
DriveRecoverFileGgl (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible format.
<Variable gglDrive>RetrieveGglFile (Function)
Retrieves an Document from the Google suite present on a Google Drive in the desired compatible format.
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess...
Constants for managing fonts
List of constants used by the functions for font management....
ContactAdd (Example)
Usage example of the ContactAdd function
HModifyStructure (Example)
Usage example of the HModifyStructure function
Seek (Function)
Searches for the index of an element in a WLanguage array.
FaxStatus (Function)
Returns the status of a fax that was sent by FaxSend.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
JSONToVariant (Example)
Usage example of the JSONToVariant function