ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
RestartProgram (Function)
Ends the application and restarts it.
Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
WDInst: set directory for data files and User Groupware files
The setup editor WDInst ("Tools...
.NET application
To create a.NET application from a project...
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Properties associated with the cells of the status bars
List of properties associated with the cells of the status bars...
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
HCheckStructure (Function)
Defines the mode for comparing data files.
ColorPalette (Function)
Returns a color found in the current palette.
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
InJavaMode (Function)
Indicates whether the code is run in Java.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
InPHPMode (Function)
Indicates whether the code is run in PHP.
VariableReset (Function)
Resets the variable to its initial value.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
WinCopyForm (Function)
Copies the content of a form into the clipboard.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......