ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapGetImage (Function)
Retrieves the image of a map displayed in a Map control. The markers and the itineraries displayed on this map will also be found in the image.
Specific features of the applications for iPhone/iPad
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
Events associated with Chart controls
List of events associated with the Chart controls...
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Looper control functions (prefix syntax)
List of Looper control functions (prefix syntax)...
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
<Image editor>.Create (Function)
Creates an image in the Image Editor control.
ImageType (Property)
The ImageType property is used to get the type of image being edited in an Image Editor control (icon or image).
Global and local variable
Two types of variables are available......
NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
<Image variable>.SaveGIF (Function)
Saves an image found in an Image variable: in a file in GIF format. in memory....
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).
PicCreate (Function)
Creates an image in the Image Editor control.
PicOpen (Function)
Opens an image in an Image Editor control.
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
dBlur (Function)
Blurs the entire given area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Saving entered data (AAF)