ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
StatSum (Function)
Calculates the sum for a series of values.
ToClipboard (Function)
Writes text or image information into the system clipboard.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one...
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL...
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored...
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified...
Right (Function)
Extracts the last characters from a string or string buffer.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date...
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period,...
Sum (Function)
Calculates the sum of the array elements.
ImageWidth (Property)
The ImageWidth property gets and sets the width of the image section displayed in an Image control...
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure...
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined...
NoSpace (Function)
Returns a character string without the space characters: from the left and right side...
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string...
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
HSubstDir (Function)
Associates the data directory specified in the database schema with a directory found on disk.