ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
Generating the RAD pattern
To generate a RAD pattern:...
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
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....
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
Record (Type of variable)
The Record type is used to save the values of a record.
Handling Organization Chart controls programmatically
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Font (Type of variable)
A Font variable creates a font programmatically...
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
eCurrencyName (Function)
Returns the caption of a currency.
Printing in PDF format: Special cases
Specific features of print in PDF format...
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
zipDeleteFileList (Function)
Deletes a list of files from an archive.
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
Discover all the possibilities of pivot tables
WEBDEV license agreement
WEBDEV license agreement...
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
Including JavaScript files or a Web resource
WEBDEV allows you to include Javascript files or external resources in a WEBDEV project......
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.