ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
eYe magnet: contditional formatting of fields
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control...
DashDisplay (Function)
Refreshes elements in a Dashboard control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position:
  • for a field linked to a file: changes made to the linked data file are reflected in the field..
  • for a programmatically manipulated field: calculated columns are re-calculated.
<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
ODBCPassword (Property)
The ODBCPassword property is used to: Identify the password used to connect to a database via an ODBC driver or a Native Connector. Specify the password used to connect to a database via an ODBC driver or a Native Connector....
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCConnectionName (Property)
The ODBCConnectionName property is used to: Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection". Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection"....
ODBCUserName (Property)
ODBCUserName is used to: Identify the username used to connect to a database via an ODBC driver or a Native Connector. Specify the username used to connect to a database via an ODBC driver or a Native Connector....
VideoListDriver (Function)
Lists the video capture drivers installed on the current computer.
Looper constants
List of constants used by the functions for managing looper controls....
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Guided tour management constants
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Events associated with pages
List of events associated with pages...
<WDPic variable>.Rotation (Function)
Rotates a WDPic image.
Report blocks
A printed report includes several sections......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
PicRotation (Function)
Rotates a WDPic image.
Events associated with internal windows
List of events associated with internal windows...
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
<WDPic variable>.MergeLayer (Function)
Merges the layers of a WDPic image.
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....