ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
MyParent (Reserved word)
MyParent is used to handle...
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
GetTypeDefinition (Function)
Gets the description of a type identified by name.
SysSerialNum (Function)
Returns the IMEI number of the current device.
Info (Function)
Displays a custom message in a system information window.
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
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.
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.