ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ServiceUninstall (Function)
Uninstalls a service.
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).
Table populated programmatically: handling in WLanguage
Here is an overview of how to manipulate Table controls populated programmatically in WLanguage....
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
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.
HChangeConnection (Example)
Usage example of the HChangeConnection function
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
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).
DDERetrieve (Example)
Usage example of the DDERetrieve function
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
fOpenTempFile (Function)
Creates and opens a temporary file.
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.