ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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: The tooltip text associated with a line in the Table field can be known and modified using the ToolTip property.
Example
// Bulle d'aide de la colonne Elève
COL_Elève.BulleTitre = "Nom de l'élève"
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.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help