AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
  • 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").
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local