AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
  • Image position
  • Limit
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The TitleImage property is used to get and/or change the image displayed next to the title of a column in a Table control. The image is positioned on the left of the column title (or on the right if the writing direction is reversed).
This property is also available for the TreeView Table controls.
Remark: This property lets you simply include an image in a column title. gImage is not required anymore.
Ejemplo
// Includes an image in the column title
COL_Column1.TitleImage = "smallblue.gif"
Sintaxis

Finding out the image associated with a column title Ocultar los detalles

<Image name> = <Column used>.TitleImage
<Image name>: Character string
  • Name of the image used in the title of the column,
  • Empty string ("") if no image is associated with the column.
<Column used>: Control name
Name of the column (in the Table or TreeView Table control) to use.

Modifying the image associated with a column title Ocultar los detalles

<Column used>.TitleImage = <New image>
<Column used>: Control name
Name of the column (in the Table or TreeView Table control) to use.
<New image>: Character string
  • Name of the image (with its path if necessary) used in the title of the column,
  • Empty string ("") if no image must be associated with the column.
No image will be displayed if the specified image does not exist.
Observaciones

Image position

The position of the image in the column title depends on the writing direction chosen for the application:
  • If the writing direction goes from right to left, the image will be positioned to the right of the column title.
  • If the writing direction goes from left to right, the image will be positioned to the left of the column title.
Reminder: The writing direction of an application can be defined by:
  • project language options: in the "Proyecto" pane, in the "Proyecto" group, click on "Descripción".. In the "Languages" tab, choose the "Various" linguistic options and configure the "Text direction" option.
  • the TextDirection property.

Limit

The TitleImage property can only be used on Table and TreeView Table controls.
Versión mínima requerida
  • Versión 14
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

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