ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
HOut (Example)
Usage example of the HOut function
EmailSendMessage (Example)
Usage example of the EmailSendMessage function
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
HReadFirst (Function)
Positions on the first file record according to a browse item.
Automatic error handling
Error handling can be customized for each process......
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.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
grLegend (Function)
Indicates the presence and position of legend in a chart.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
HTTPRequest (Function)
Starts an HTTP request on a server.
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....
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....