ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
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, ...).
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
XMLChild (Function)
Positions on the first child element of current element.
EmailGetAll (Function)
Retrieves all the emails found on a server.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
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...
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....
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
MyPage (Reserved word)
MyPage is used to handle the current page...
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.
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
fTime (Example)
Usage example of the fTime function