ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the report editor
Environment of the report editor...
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Type (Property)
The Type property is used to get and change the type of an element.
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....
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
GetTypeDefinition (Function)
Gets the description of a type identified by name.
SysSerialNum (Function)
Returns the IMEI number of the current device.
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
XML management: Use example
This application example manages an XML file named "Orders......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Using .NET assemblies in a project
To use .NET assemblies in a project......
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
Creating requirements
The following steps must be performed to implement the requirements......
Charact (Function)
Returns the character corresponding to the specified ASCII code.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...