ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EventDestroy (Function)
Explicitly destroys an event.
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
grDraw (Function)
Draws a chart according to the specified parameters.
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
ReplicInfo (Function)
Returns information about a replication.
HRplManageItem (Function)
Specifies the replication options for an item: the item can be replicated or not.
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
ID (Property)
The ID property is used to get and change IDs.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
MySelf (Reserved word)
MySelf is used to handle the current control...
HExtractMemo (Example)
Usage example of the HExtractMemo function
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
grType (Function)
Identifies or modifies the type of chart.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
HState (Function)
Used to find out the state of a record.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.