ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
Using .NET assemblies in a project
To use .NET assemblies in a project......
27. Center or anchor a site horizontally
Programming the table cells
The Table controls can be handled......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
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).
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
Columns (Property)
The Columns property allows access: to the configuration of a table column in a Word Processing document (docTable variable). to the configuration of a text column in a multicolumn document (docFormatMulticolumn variable)....
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......
WinEdLoad (Function)
Loads the changes made by the end user in a window.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
Error 11: The label is unknown
Compressing frames (DSL, 3G, Edge, VPN, ...)
A frame is a packet ot data that flows through the network......
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
Page contexts
In a Windows application, the information relative to a window is stored with the window......
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Creating help pages
A help system includes several pages......