ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the window editor
The main elements of window editor are as follows:
Options of the window editor
To configure the general options of the window editor...
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
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.
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
Reals
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
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....
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file in an OLE DB connection (file defined in the code only).
fDir (Function)
Finds a file or directory.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
fCompare (Function)
Compares the content of two files bit by bit.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a Webservice.