ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
DeleteAll (Function)
Deletes all the elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
Right (Function)
Extracts the last characters from a string or string buffer.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
HChangeConnection (Example)
Usage example of the HChangeConnection function
dbgSaveDebugDump (Function)
Saves a dump file of the application.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HDescribeFile (Function)
Describes a data file programmatically.
fWrite (Function)
Writes: a character string to an external file. a memory section....
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
grColor (Function)
Returns and initializes the color of different chart elements.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
Today (Function)
Returns or modifies the system date (current date defined on the current computer).
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.