ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
SQLLast (Function)
Sets the position on the last row of the query result.
String functions
List of functions for managing character strings...
19. Upload: Sending files to the server
End of break block
The End of break block is optional......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iForceComplement (Function)
Forces the printing of a Body Complement block.
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
iCreateFont (Function)
Creates a new print font.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
iMargin (Function)
Defines the "logical" print margins.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
<Report>.InitQuery (Function)
Initializes the query linked to the report (for a query with parameters).
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<picLayer variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a picLayer variable.
<picLayer variable>.DrawCircle (Function)
Draws a circle or an ellipse in a picLayer variable.
<picLayer variable>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in a picLayer variable.
<WDPic variable>.DrawPoint (Function)
Draws a point in a WDPic variable.