ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
DateDifference (Function)
Calculates the number of days between two dates.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
HAddGroup (Function)
Adds a group of users.
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
Val (Function)
Returns the numeric value of a character string.
StatMax (Function)
Calculates the maximum value for a series of values.
CharactType (Function)
Returns information about the type of character.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
StatMin (Function)
Calculates the minimum value for a series of values.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed as parameter.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.