ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
iPrintAreaHTML (Function)
Pritns a text in HTML format in a rectangular area.
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)...
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
fDriveReady (Example)
Usage example of the fDriveReady function
Setup directory
The setup wizard allows you to configure the setup directory of application....
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
Constants for managing the Image Editor control
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
fOpen (Example)
Usage example of the fOpen function
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
ArraySort (Example)
Usage example of the ArraySort function
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
MatCreate (Example)
Usage example of the MatCreate function
SCM administrator: Managing branches
The SCM (Source Code Manager) administrator allows to you manage the branches of the different projects found in SCM......
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
Accessing a database via a web service
The database can be accessed via a web service......
fTempFile (Example)
Usage example of the fTempFile function