ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
FilterCondition (Property)
The FilterCondition property allows you to know the selection condition set by HFilter on a data file, HFSQL view or query.
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
SNMPStringToOID (Function)
Converts an OID from its text representation to its numeric representation.
RadioButtonCount (Function)
Returns the number of options found in a Radio Button control.
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
mlLoadWorkspace (Function)
Loads all the variables of a MATLAB file in the session.
grHMGetData (Function)
Retrieves data from a Heatmap chart.
HTMLNavigate (Function)
Starts navigation in an HTML Display control.
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
FinCurrentVal (Function)
Returns the current value of investment.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
HCancelDeclaration (Function)
Used to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
mlInitialize (Function)
Initializes a new independent MATLAB session with an empty workspace in order to run functions.
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.