ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BurnerAddDirectory (Example)
Usage example of the BurnerAddDirectory function
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
MySelf (Reserved word)
MySelf is used to handle the current control...
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
fOpen (Example)
Usage example of the fOpen function
BurnerAddFile (Example)
Usage example of the BurnerAddFile function
Document (Type of variable)
The Document type is used to handle a "docx" document.
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
Defining a help window template
WINDEV allows you to create help window templates......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
SaaS administrator - Adding a site
Adding a SaaS site is used to declare a SaaS site deployed on a WEBDEV Application Server to a SaaS Webservice in order to allow it to be used......
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
fWrite (Function)
Writes: a character string into an external file. a memory section....
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
SQLExec (Function)
Names and runs an SQL query.