ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HCloseConnection (Function)
Closes a connection to a database.
HDeleteTrigger (Function)
Deletes a trigger.
XMLResult (Function)
Returns the result of a calculation XPath query.
XMLClose (Function)
Closes an XML document created by XMLDocument.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
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.
Uncompress (Function)
Decompresses a memory block (buffer) that was compressed by Compress.
Reals
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
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.
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.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
fDir (Function)
Finds a file or directory.