ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/06/2023

Send a report | Local help