ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
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...
EventDestroy (Function)
Explicitly destroys an event.
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.
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.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
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.
LooperCount (Function)
Returns the number of rows in a Looper control.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
iReportPrintingStatus (Function)
Returns the status of the current print.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
ThreadMode (Function)
Changes the management mode of threads.
OrganizerListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control, all appointments found in an Organizer control, a specific appointment (selected or hovered)....
grZoom (Function)
Defines the zoom of a chart.
fWrite (Function)
Writes: a character string into an external file. a memory section....