ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grDraw (Function)
Draws a chart according to the specified parameters.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
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....
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
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)....
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
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)....
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
Automation object
The Automation keyword is used to declare an automation object...
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
zipCreate (Function)
Creates an archive.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
fSeek (Function)
Gets and sets current position in an external file.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
ThreadState (Function)
Returns the current status of a thread.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
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)....
ControlToSource (Function)
Assigns the control value to the source of a control link.
ControlCurrent (Function)
Returns the name of the control currently in edit.
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....