ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<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.
<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.
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
State (Property)
The State property is used to get and change the state of an element.
DeleteVoiceCommand (Function)
Deletes a voice command that was added by AddVoiceCommand. From version 17, this function is replaced by SpeechRecognitionDeleteCommand.
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
DecryptStandard (Function)
Decrypts a message that was encrypted with a symmetrical encryption algorithm (AES, DES, etc.).
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Check: WEBDEV server
The monitoring robot will check the operating mode of WEBDEV server......
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
CursorDisplay (Function)
Displays or hides the mouse cursor.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
SpeechSynthesisReadFile (Function)
Reads the content of the specified file by using the engine for speech synthesis found on the device.
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
EventOpen (Function)
Opens a synchronization event between several threads.
CameraCapture (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....
9. Hardware and software requirements
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
iPreview (Example)
Usage example of the iPreview function