ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating anchors
The anchors are used to define specific points in a help page......
InterpretAmpersand (Property)
The InterpretAmpersand property is used to determine and change how the '&' character is interpreted in: the caption of a Static control. the elements of a List Box control. the elements of a Combo Box control. the values of a column in a Table control....
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......
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
HCloseAnalysis (Function)
Closes the current database schema (or all current database schemas in the case of a project with multiple database schemas).
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
NumberRow (Property)
The NumberRow property returns the maximum number of rows containing data in a Spreadsheet control. These rows contain data, a formula, formatting or a non-standard height.
<Array>.DeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
FlexWrap (Property)
The Property FlexWrap allows you to know and modify the management of the return to row of the fields of a row of a Flexbox field ( Property 7900 corresponding CSS "flex-wrap").
CertificateExtractEnvelopedMessage (Function)
Checks the validity of a PKCS7 wrapped signature and extracts the wrapped message. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
PDFControlInfoXY (Function)
Returns the characteristics of an interactive control currently hovered over in a PDF Reader control. This new function is available from WINDEV Suite SaaS 2025 - Update 3....
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the web service (case of a call to a REST web service).