ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fDecrypt (Example)
Usage example of the fDecrypt function
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
Creating the link buttons in the windows of a WINDEV RAD pattern
eChangeCurrency (Function)
Converts a currency into another currency.
SQLModify (Example)
Usage example of the SQLModify function
FBSessionStatus (Function)
Checks the status of a Facebook session.
GenerateLorem (Function)
Generates a random "Lorem ipsum" text to temporarily populate a control with text, for example.
<Image>.SavePNG (Function)
Saves an image: in a PNG file. in memory....
<Image>.SaveJPEG (Function)
Saves an image: in a JPEG file. in memory....
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
Creating the Form pages of a WEBDEV RAD pattern
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Multi-touch management functions
The following functions are used to manage the multi-touch......
Events associated with a Navigation Bar control