ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
Welcome to Reports & Queries
Reports & Queries is used to......
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
iForceComplement (Function)
Forces the printing of a Body Complement block.
iMargin (Function)
Defines the "logical" print margins.
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
PythonExecute (Function)
Executes a function present in a Python module.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
<Table>.InputSearch (Function)
Enables input in the search area in the column title of the Table or Treeview Table control.
Client/Server: Connecting client computers to the server
In order for the application to be able to handle the tables found on the HFSQL server, the connection that will be used by the application must be defined in the project......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
Action Bar control functions
The following functions are used to manage the Action Bar control......
Constants for object visibility
List of constants for managing the visibility of an object....
Events associated with Slider controls
List of events associated with Slider controls in a window...
Binding a Slider control to an item
A Slider control can be bound to an item in a table, query, etc....