ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
InitRandom (Function)
Initializes the generator of random numbers.
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
Random (Function)
Returns a random number.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
MatExist (Function)
Checks the whether the matrix exists in memory.
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
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.