ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ImageFirst (Function)
Displays the first image for the scroll.
fSeek (Function)
Gets and sets current position in an external file.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
fClose (Function)
Closes an external file.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
ArraySort (Function)
Sorts a WLanguage array.
HDescribeItem (Function)
Describes a file item through programming.
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
FTPCommand (Function)
Sends a specific FTP command to a server.
StatVarianceP (Function)
Calculates the variance for a full series of values.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
TableAddChild (Example)
Usage example of the TableAddChild function