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.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
Constants for managing the registry
List of constants used by the registry management functions....
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
The Image control
The Image control is used to......
WinCurrentLayout (Function)
Returns the index of the current layout: in the current window. in the specified window or internal window....
Manager of automated tests
The test manager is used to......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
1. Examples provided with WINDEV Mobile
Internal component
An internal component is a set of elements from a project......
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
ServiceWait (Function)
Pauses the current service during the specified duration.
Environment of the window editor
The main elements of window editor are as follows:
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
fCreate (Function)
Creates an external file.
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
5. User Groupware in practice