ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
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.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
HTTPRequest (Function)
Starts an HTTP request on a server.
EmailSendMessage (Example)
Usage example of the EmailSendMessage 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....
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
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....
dbgSaveDebugDump (Function)
Saves a dump file of the application.
Creating requirements
The following steps must be performed to implement the requirements......
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
grColor (Function)
Returns and initializes the color of different chart elements.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.