ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing bar codes
The use of bar codes to identify and manage products has become essential...
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
gImage (Function)
Builds a sequence of characters containing an image.
HDescribeConnection (Function)
Describes a new connection to an external database.
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
TreeCollapse (Function)
Collapses a branch previously expanded.
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Classes, members, methods and properties
A class is made of......
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
NextTitle (Function)
Modifies the title of next window to open.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
iDestination (Function)
Configures the print destination.
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....