ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
"About" window
The "About" window is used to display and access various information about the current application...
"?" menu
WINDEV proposes a help menu adapted to your applications...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
History of versions
The history of setup versions is an advanced feature of the network setup...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
FicEncryption (Property)
The FicEncryption property is used to set the encryption method of a data file.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
SQLFirst (Function)
Positions on the first row of the query result.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
XMLResult (Function)
Returns the result of a calculation XPath query.
DashMode (Function)
Opens or closes the Dashboard control edit mode.
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
dbgEnableLog (Function)
Enables the runtime log programmatically.
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
ZOrder (Example)
Usage example of the ZOrder property
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....