ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Examples for using the OLE DB provider for HFSQL
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
fSize (Function)
Returns the size of a file (in bytes).
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
Sort the data displayed in your tables in one click
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
gLine (Function)
Builds a sequence of characters containing a line.
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
User report editor (Reports & Queries)
A report provides a custom view of data......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
fAddText (Function)
Adds the content of a character string at the end of a file.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
fMoveDir (Function)
Moves a directory and its content.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
OpenIDIdentity (Type of variable)
The OpenIDIdentity type is used to define all the advanced characteristics of a user connected to a service via the OAuth 2.0 protocol.