ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
MCIOpen (Function)
Opens a media file.
WinChangeAlias (Function)
Modifies the alias of a window.
SysInstance (Function)
Returns the instance of a module.
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
iForceComplement (Function)
Forces the printing of a Body Complement block.
MCIPlay (Function)
Plays a media file.
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
SysWinShow (Function)
Modifies the display status of a window.
NextTitle (Function)
Modifies the title of next window to open.
ChangeStyle (Function)
Modifies the style of a control dynamically.
fCurrentDir (Function)
Identifies or modifies the current directory.
Information 2105: This function was renamed
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
Utility components
WINDEV includes several utility components that allow you to handle data directly......
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
HModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......