ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
Character strings
WLanguage supports different types of strings....
Designation of current element (Reserved word)
The keywords used to identify the current element are:
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
Address (Property)
The Address property is used to: Establish a connection between the Conference control (and the associated stream) and the receiver. This property is equivalent to StreamConnect. Get the address of the last outgoing connection request....
Image (Property)
The Image property gets and sets the background image of a control or block.
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Other operators
The following are additional operators......
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
TextToXML (Function)
Converts an ANSI string to an XML string.
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
WaitWindowStart (Function)
Opens the wait window of application.
WINDEV applications for Linux: Specific features