ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later...
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism...
Creating an executable: Manifest management
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)...
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options...
Windows: What to bear in mind if your customers use Vista (and higher)
Windows Vista (and later) proposes several improvements...
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
MatExist (Function)
Checks the whether the matrix exists in memory.
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)....
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.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
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.
GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
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).
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
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.
New (Reserved word)
New is used to allocate memory space...