ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
<Source>.NbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
Interactive notification management constants
Interactive notification management constants...
WINDEV 2024 Tutorial - Table of contents
Error 120: Redefinition of the structure
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
JSONToVariant (Example)
Usage example of the JSONToVariant function
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
VariableReset (Function)
Resets the variable to its initial value.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
HTTPRequest (Function)
Starts an HTTP request on a server.
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
ToastDisplay (Function)
Displays a "Toast" message.
fExeDir (Function)
Returns the directory from which the execution is started.
EventCreate (Function)
Creates an event.
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.