ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WordCount (Function)
Returns the number of words in a string.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
fOpen (Example)
Usage example of the fOpen function
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
Power (Function)
Raise a number to a power.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
PDF Reader control and PDF file management constants
PDF Reader control and PDF file management constants...
docTable (Variable type)
The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....