ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Handling menu options programmatically
The menu options can be handled......
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
iParameterXLS (Function)
Defines the options for the XLS file generated during the print.
The Edit control
The Edit control allows users to enter data......
The pages
Pages are the main interface of a WEBDEV site......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Status bar of windows
The status bar of a window is used to display several types of information......
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
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....
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Managing main window menus
A main menu is necessarily associated with a window......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
Common project
Projects are often cross-platform......
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).
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Operations in a Select query : add and delete
The following paragraphs present......