ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Flash control properties
The Flash control can be handled by the WLanguage properties in server code and in browser code......
WindowsVersion (Function)
Returns the runtime mode of Windows.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
SysSpace (Function)
Returns the physical memory space for the current computer.
sEndEvent (Function)
Disables the detection of an event on a serial port.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
ThreadEnd (Function)
Ends the execution of the current thread.
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
DashDisplay (Function)
Refreshes elements in a Dashboard control.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
MarginInterCell (Property)
The MarginInterCell property is used to: find out the margin between rows or columns in a Layout control. modify the margin between rows or columns in a Layout control....
PageAddress (Function)
Used to find out the Internet address of a page.
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.