ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Passing parameters
The parameters can be passed to a procedure......
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
BackgroundImageState (Property)
The BackgroundImageState property allows you to get and change the number of drawings in the image associated with the background of a button.
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
InternalPage
The Internal Property Page allows you to define the name of the internal Page to use.
FolderImageWidth (Property)
The FolderImageWidth property gets and sets the folder image width in TreeView and TreeView Table controls.
zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
Page (Property)
The Page property is used to handle a page.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Image control in a page
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....
Execution platform
WINDEV Mobile allows you to develop applications for different families of products......
<emailIMAPSession variable>.StartSession (Function)
Starts an IMAP session.
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
The Static control
A Static control is a control used to display a static text......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
Creating and deploying the installation program: How do you do it?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...