ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iInitReportQueryConnection (Function)
Initializes the query linked to the report.
grZoom (Function)
Defines the zoom of a chart.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
ExeGetPID (Function)
Returns information about the current process.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
fCopyDir (Example)
Usage example of the fCopyDir function
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
HTransaction (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
HOpen (Function)
Opens a data file.
fDirRename (Function)
Renames a directory.
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
zipClose (Example)
Usage example of the zipClose function
fTempFile (Example)
Usage example of the fTempFile function
<Source>.Add (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....