ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
HToItem (Function)
Assigns the specified value to an item of the current record.
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
grDraw (Function)
Draws a chart according to the specified parameters.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
HDescribeFile (Function)
Describes a data file programmatically.
HExecuteView (Example)
Usage example of the HExecuteView function
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
HDescribeConnection (Function)
Describes a new connection to an external database.
EmailSendMessage (Example)
Usage example of the EmailSendMessage function
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
grZoom (Function)
Defines the zoom of a chart.
HOpenConnection (Function)
Opens a connection to a specific database.
Chart constants
List of constants used by the functions for chart management....
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.