ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
XMLResult (Function)
Returns the result of a calculation XPath query.
XMLClose (Function)
Closes an XML document created by XMLDocument.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
ToClipboard (Function)
Writes text or image information into the system clipboard.
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
fCreateLink (Function)
Creates a link on a file at the specified location.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
HDeleteTrigger (Function)
Deletes a trigger.
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
Format (Property)
The Format property is used to define the data format of a data file.
StringFormat (Function)
Formats a character string according to the selected options.
HInfoServer (Function)
Returns the specified information about the server.
HDeactivateTrigger (Function)
Disables a trigger.
HFreePosition (Function)
Deletes a position saved by HSavePosition.
XMLPath (Function)
Returns the current position in the document in XPATH format.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....