ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteView (Example)
Usage example of the HExecuteView function
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
xlsOpen (Example)
Usage example of the xlsOpen function
TableBreakIndex (Example)
Use example for the TableBreakIndex function
FinNetCurrentVal (Example)
Usage example of the FinNetCurrentVal function
mqttSession (Variable type)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
PDFToText (Function)
Extract the text contained in an Document PDF.
OpenIDParameters (Variable type)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
iEndReport (Function)
Forces the report print to stop.
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
HReadSeek (Example)
Usage example of the HReadSeek function
SOAPError (Example)
Usage example of the SOAPError function
TableAddChild (Example)
Usage example of the TableAddChild function
NoSpace (Function)
Returns a character string without the space characters: from the left and right side of the initial string. within the string....
ProjectInfo (Function)
Returns specific information about the project currently run.
Type (Example)
Usage example of the Type property
Android 11: Changes to application behavior
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
EmailNbMessage (Example)
Usage example of the EmailNbMessage function
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.