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...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
"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...
.NET application
To create a.NET application from a project...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
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...
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools...
History of versions
The history of setup versions is an advanced feature of the network setup...
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
Browsing the HFSQL data files
The "Key" items are used to organize the records in a data file in order to optimize the browse or the search......
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type (xlsDocument, etc.).
HManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
NbColumn (Property)
The NbColumn property is used to get the number of columns in a report.
The single-part and multi-part archives
Two types of archives are available......
InternalReportName (Property)
The InternalReportName property is used to: Find out the name of the report printed in an "Internal Report" control. Change the report printed in an "Internal Report" control....
ViewName (Property)
The ViewName property is used to: find out the name of the HFSQL view, data source of a report modify the name of the HFSQL view, data source of a report....
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
Compilation options (chm format)
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
UncompleteDir (Function)
Removes the '/' or '\' characters from the end of a string, if necessary....
Shape (Property)
The Shape property allows you to handle the different shapes of an element.
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
HSetREP (Function)
Enables or disables the management of .REP file.
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
Position (Function)
Finds the position of a specified string within another string.
apFullProjectName (Function)
Retrieves the full physical name of a project opened during the execution of an action plan.
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).