ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
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......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Status bar of windows
The status bar of a window is used to display several types of information......
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
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....
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
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....
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
The Check Box control
A Check Box can correspond to......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Common project
Projects are often cross-platform......
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
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....
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
Operations in a Select query : add and delete
The following paragraphs present......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
HAddUser (Function)
Adds a user to a database.
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......