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.
The Edit control
The Edit control allows users to enter data......
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
ServicePause (Function)
Pauses a service.
Speech recognition management functions
The following functions are used to manage speech recognition:...
Size (Example)
Usage example of the Size property
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.
DashDisplay (Function)
Refreshes elements in a Dashboard control.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
grCreate (Function)
Creates a specific type of chart.
SysXRes (Function)
Returns the horizontal screen resolution.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
BurnerErase (Example)
Usage example of the BurnerErase function
iPrintZone (Example)
Usage example of the iPrintZone function
HInfoServerRights (Example)
Usage example of the HInfoServerRights function
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data files.
grAddData (Function)
Adds a data into a chart.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Yes,No (External language)
Displays a dialog box that includes a logo, a message and the "Yes" and "No&quot buttons.
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....