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.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
XMLSavePosition (Function)
Stores the current position in the XML document.
Complete (Function)
Returns a character string of a specified length.
Multimedia control properties
List of properties associated with the Multimedia control...
HConnect (Example)
Usage example of the HConnect function
fTempDir (Function)
Returns the name of directory used to store the temporary files.
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
CallDLL32 (Example)
Usage example of the CallDLL32 function
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
MapEndOfMove (Function)
Stops following the device movement in a Map control.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
XMLLast (Function)
Positions on the last element (tag or attribute) of the current tree level.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Chart management functions
...Chart management functions...
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Type (Property)
The Type property is used to get and change the type of an element.