ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is 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.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HCheckStructure (Function)
Defines the mode for comparing data files.
IsEven (Function)
Identifies an even number.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward compatibility....
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
Passing parameters
The parameters can be passed to a procedure......
Text (Property)
The Text property is used to get and modify text.
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
fFileExist (Function)
Checks the existence of an external file.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
InJavaMode (Function)
Indicates whether the code is run in Java.
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
TimeValid (Function)
Checks the time validity.
DateToDay (Function)
Returns the day that corresponds to a given date.
mlEnd (Function)
Ends a MATLAB session. This session was initialized by mlInitialize.