ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
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....
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
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)....
ThreadState (Function)
Returns the current status of a thread.
zipCreate (Function)
Creates an archive.
HDescribeFile (Function)
Describes a table programmatically.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
fSize (Function)
Returns the size of a file (in bytes).
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
LooperSelectMinus (Function)
Deselects a row in a Looper control.
grDraw (Function)
Draws a chart according to the specified parameters.
ThreadPause (Function)
Pauses the current thread during the specified duration.
zipExist (Function)
Determines whether an archive exists.
HExecuteProcedure (Function)
Runs a stored procedure.
GPSLastPosition (Function)
Retrieves the information about the last known device position.
ThreadCurrent (Function)
Returns the name of the thread currently run.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.