AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
Reminder: To get and change the text displayed in the tooltip of a row in a Table control, use the ToolTip property.
Example
// Tooltip for the Student column
COL_Student.ToolTipTitle = "Student name"
Syntax

Getting the text of the tooltip associated with a column title Hide the details

<Tooltip text> = <Column>.ToolTipTitle
<Tooltip text>: Character string
Current text of the tooltip associated with the title of the specified column.
<Column>: Control name
Name of the column of the Table control to be used.

Changing the text of the tooltip associated with a column title Hide the details

<Column>.ToolTipTitle = <New tooltip text>
<Column>: Control name
Name of the column of the Table control to be used.
<New tooltip text>: Character string
New text for the tooltip associated with the column title. No tooltip will be displayed if this text is an empty string.
Remarks
The ToolTipTitle property applies only to columns of Table controls in a window or page.
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 06/04/2023

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