ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
Archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))
List of archiving functions (management of ZIP, WDZ, CAB, RAR, 7z, TAR and TGZ (TAR.GZ))...
HListConnection (Function)
Returns the list of connections currently described in the application.
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
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....
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
LooperAddLine (Function)
Adds a row at the end of a Looper control.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
WDTestRest: Run the test of your REST Webservices
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP......
rssSource (Type of variable)
The rssSource type is used to describe the source of an entry for an RSS stream...
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
GetTypeDefinition (Function)
Gets the description of a type identified by name.
Assignment of RETURN
The return value of the process currently run can be assigned...
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
MatNbColumn (Function)
Returns the number of columns found in a matrix.