ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MutexEnd (Function)
Signals that the thread frees the mutex.
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
iInitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
BCToImage (Function)
Generates the image of a bar code.
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
SysDirStorageCard (Function)
Returns the path of the root directory of the primary external storage space.
NbComponent (Property)
The NbComponent property is used to get the number of elements in a composite key.
OrganizerBackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
NextIndex (Function)
Returns the number of the next row displayed in the current Table control.
MutexDestroy (Function)
Explicitly destroys a mutex.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
BTStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
SysColor (Function)
Identifies or modifies the color of a Windows element.
sfMergeRequest (Type of variable)
The sfMergeRequest type is used to describe the elements to merge during the call to SFMerge...
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.