ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
Executable: Saving the project
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
Organizer control functions
The following functions are used to manage the Organizer control:...
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
CheckUserIDentity (Function)
Checks the identity of the current user using biometric authentication.
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.