ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
RestartProgram (Function)
Ends the application and restarts it.
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
WDInst: set directory for data files and User Groupware files
The setup editor WDInst ("Tools...
.NET application
To create a.NET application from a project...
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.
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....
The single-part and multi-part archives
Two types of archives are available......
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]).