ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
ProjectInfo (Function)
Returns specific information about the project currently run.
iListNestedReports (Function)
Returns: the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed). the list of sequenced reports currently printed (iSequenceAdd)....
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
HChangeName (Function)
Modifies the physical name of a data file.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
iPrintBlock (Function)
Forces a report block to print.
ErrorBuild (Function)
Displays a custom error message in a system error window.
iPageEnd (Function)
Forces the move to the next page during the report print.
PDFPassword (Function)
Protects a PDF document with a password.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
zipDeleteAll (Function)
Deletes all files from an archive.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
grStockGetData (Function)
Retrieves a data from a stock chart (candlestick, barcharts or minmax).
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.