ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Creating and handling an item
The main operations that can be performed on an item are as follows......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
HOpenConnection (Example)
Usage example of the HOpenConnection function
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file in an OLE DB connection (file defined in the code only).
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Types of Edit controls
Composite keys
A composite key is a key item containing several other items......
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......