ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
grOrientation (Function)
Modifies the orientation of chart axes.
EmailSeekFirst (Function)
Finds one or more emails according to the criteria specified in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
XMLChild (Function)
Positions on the first child element of current element.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Page Footer block
The Page footer block is run at the end of each page......
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
fTime (Example)
Usage example of the fTime function
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.