ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
  • Image characteristics
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
BackgroundImageLine (Property)
In french: ImageFondLigne
The BackgroundImageLine property is used to get and change the background image of each row:
  • of a Table control,
  • of a TreeView Table control,
  • in a Looper control.
This image is not used for the selected rows or for the hovered rows.
Example
// Change the image used for the rows of the Table control
TABLE_Transfers.BackgroundImageLine = "Dollars.gif"
Syntax

Finding out the background image of control rows Hide the details

<Result> = <Control used>.BackgroundImageLine
<Result>: Character string
Name and full path of the background image associated with the control rows.
<Control used>: Control name
Name of the control to be used:
  • Table control,
  • TreeView Table control,
  • Looper control.

Modifying the background image of control rows Hide the details

<Control used>.BackgroundImageLine = <New image>
<Control used>: Control name
Name of the control to be used:
  • Table control,
  • TreeView Table control,
  • Looper control.
<New image>: Character string
Name and full path of the new background image associated with the control rows. A UNC path can be used. The full path is not required if the image is found in the library.
Remarks

Image characteristics

The 9-slice scaling that is applied to the image is the one defined in the bar style options ("Style" tab in the control description, "Selected row").
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help