ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CollapsedImage (Property)
The CollapsedImage property is used to: find out and/or modify the default image associated with a collapsed row in a TreeView Table control. find out and/or modify the default image associated with a collapsed row in a TreeView control. find out and/or modify the image associated with a specific collapsed row in a TreeView Table control. find out and modify the image in a collapsed row of a TreeView item in a "TreeView table" type report....
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
Size (Property)
The Size property is used to determine and change the size of an element.
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.
NdxEncryption (Property)
The NdxEncryption property is used to configure the encryption method for the index (.NDX) file associated with the data file.
xlsColumnTitle (Example)
Usage example of the xlsColumnTitle function
ServiceRefresh (Function)
Asks a service to re-read its configuration information.
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
docTabulation (Type of variable)
The docTabulation type is used to define the characteristics of a custom tabulation.
HDescribeFile (Function)
Describes a data file programmatically.
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......