ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
dbgEnableLog (Function)
Enables the runtime log programmatically.
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
How to loop through a file using filters?
Link properties
When creating a link, you can simply specify the destination......
fRename (Function)
Modifies the name of a file.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
fUnlock (Function)
Entirely or partially unlocks an external file.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
BurnerAddFile (Function)
Adds a file to the compilation.
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
WDTRAD options
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
HDescribeFile (Function)
Describes a data file programmatically.
fAttribute (Function)
Returns or modifies the attributes of a file.
Advanced types
The advanced types of WLanguage are as follows...
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......