ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
Various constants
List of various constants....
fSize (Function)
Returns the size of a file (in bytes).
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
XMLModify (Function)
Modifies the content of the current element found in the XML document.
ShapePolygon (Function)
Modifies the shape currently displayed in a Shape control to get a custom shape (by specifying the coordinates of polygon points).
HTML Display control properties
HTML Display control properties...
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
LooperAdd (Function)
Adds a row at the end of a Looper control.
Right (Function)
Extracts the last characters from a string or string buffer.
fSplit (Function)
Splits a file into several files.
MatExist (Function)
Checks the whether the matrix exists in memory.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
List,Delete (External language)
Deletes an element from a drop-down list or from an expanded list.
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
HListConnection (Function)
Returns the list of connections currently described in the application.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....