ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
InitRandom (Function)
Initializes the generator of random numbers.
DisplayedItemImage (Property)
The DisplayedItemImage property is used to: Get the item that corresponds to the image displayed in a ListView control. Change the item that corresponds to the image displayed in a ListView control....
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
MatExist (Function)
Checks the whether the matrix exists in memory.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
LooperAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
Native PostgreSQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to PostgreSQL......
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
MagnifierMode (Property)
The MagnifierMode property determines and changes how the magnifier is displayed in the column headings of a Table or TreeView Table control.
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
SecurityHtml (Property)
The SecurityHtml property is used to get and change the status of the security mechanism of HTML Display and HTML Editor controls.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
grZoom (Function)
Defines the zoom of a chart.
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....