ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
Events associated with the Cell control field
The Zoom property gets and sets the zoom to be applied to an element.
The Cell control
The Cell control contains controls...
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
<Looper>.RefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
ShowToolTip (Function)
Enables or disables the mechanism for displaying the control tooltips.
Managing the styles
The help editor allows you to define styles of paragraphs......
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
Items (Property)
The Items property is used to configure the different items of a full-text index.
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed as parameter.
The Diagram Editor control
The Diagram Editor control allows users to create and edit diagrams in your applications and sites......
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
NumToFinancialWritingChinese (Function)
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing format.
grRealTimeInterval (Function)
Sets the time interval visible in a time chart with real-time display.
<Chart>.RealTimeInterval (Function)
Sets the time interval visible in a time chart with real-time display.
<gglConnection variable>.FillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
WINDEV Mobile 2024: New features in this version
Here are the new features that you will discover in this version......
"Reports & Queries" software
This is "Reports & Queries"......
Reports & Queries: New features in this version
WINDEV Mobile 2024
WINDEV Mobile 28 is available!...
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").