ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
HTTPSendForm (Function)
Sends an HTTP form.
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
docTableOfContents (Type of variable)
The docTableOfContents type is used to define all the options to generate a table of contents in a Word Processing document.
redisResponse (Type of variable)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
WinAdaptSize (Function)
Adapts the window size to the content of controls.
Project (External language)
Opens and runs a WINDEV project.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
Page Header block
The Page header block is printed on each new page......
Attribute (Property)
The Attribute property is used to manage attributes.
Installing a SOAP server with Netscape iPlanet 4.1
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
BTLECharacteristicWriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Multiline strings
To type character strings over several lines in the code editor...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...