ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
EventCreate (Function)
Creates an event.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
XMLPath (Function)
Returns the current position in the document in XPATH format.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
Factorial (Function)
Returns the factorial of an integer number.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
fRemoveDir (Function)
Deletes a directory from a disk.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.