ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
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....
SOAP web services: Import and consumption
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import web services into your applications......
ControlInOutReason (Function)
Indicates the origin of the entry in the control.
SocketRead (Example)
Usage example of the SocketRead function
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Properties associated with HTML Display controls
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......
Table populated programmatically: handling in WLanguage
Here is an overview of how to manipulate Table controls populated programmatically in WLanguage....
HChangeConnection (Example)
Usage example of the HChangeConnection function
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
FTPName (Function)
Returns the name of the last file accessed by an FTP function.
XMLAddChild (Function)
Adds a child tag into an XML document.
ServiceUninstall (Function)
Uninstalls a service.
HListItem (Function)
Returns the list of items: found in a table (a query or a view) known to the HFSQL engine. The tables defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
DDERetrieve (Example)
Usage example of the DDERetrieve function