ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HChangeName (Function)
Modifies the physical name of a data file.
SaaSAdminModifyUser (Function)
Modifies a SaaS user.
HModifyScheduledBackup (Function)
Modifies a backup scheduling.
SaaSAdminModifySite (Function)
Modifies a SaaS site.
SaaSAdminModifyService (Function)
Modifies a SaaS service.
<Image variable>.DrawHalo (Function)
Adds a halo effect on an image found in an Image variable].
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.
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
ChangeStyle (Function)
Modifies the style of a control dynamically.
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
NextTitle (Function)
Modifies the title of next window to open.
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
WinStatus (Function)
Identifies or modifies the window status.
spHash (Property)
The spHash property is used to: Get the algorithm used for salting an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the algorithm used for salting (only for "Password" items described programmatically)....
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
grSeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
Environment of the window editor
The main elements of window editor are as follows:
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......