ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HWatch (Function)
Trigger monitoring of write actions (add, modify or delete) performed on a table present on an HFSQL server. In case of modification, a specific procedure can be triggered.
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Watermark (Type of variable)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or through programming.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
ThreadState (Function)
Returns the current status of a thread.
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
LooperSelectMinus (Function)
Deselects a row in a Looper control.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
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)....
zipExist (Function)
Determines whether an archive exists.
ThreadPause (Function)
Pauses the current thread during the specified duration.
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
fSize (Function)
Returns the size of a file (in bytes).
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).