ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
SysStandby (Function)
Allows you to: enable and disable the standby mode (Android) display the system screen used to configure the standby mode (Universal Windows Apps)...
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
Currencies
A currency is a real coded on 10 bytes....
.NET application
To create a.NET application from a project......
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Multiline strings
To type character strings over several lines in the code editor...
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
gglPhoneNumber (Type of variable)
The gglPhoneNumber type is used to describe and modify the phone number of a contact...
DateTimeDifference (Function)
Calculates the difference between two dates and times.
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Strict monitoring of a project
Via the Project Management Hub, WINDEV, WEBDEV and WINDEV Mobile allow you to define the different actions required to create a project......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Reloading a document
To reload a document, ......
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
Error 1023: The access to the method of the class is restricted by a private inheritance
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).