ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
ServicePause (Function)
Pauses a service.
Language (Property)
The Language property is used to get and change the language used.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
XMLData (Example)
Usage example of the XMLData function
FirstDayOfMonth (Function)
Returns the first day of the month.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
iPageWidth (Function)
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
zipDeleteFileList (Function)
Deletes a list of files from an archive.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Looper control functions
List of functions for managing Looper controls...
fListFile (Function)
Lists the files found in a directory and returns the list of files.
ArraySort (Example)
Usage example of the ArraySort function
LDAPListChildren (Example)
Use example for the LDAPListChildren function
HInfoMemo (Function)
Returns the characteristics of binary and text memos.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
fCopyDir (Example)
Usage example of the fCopyDir function
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
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)....