Method function SLScope.TSLDataDisplay.GetToolTipText() : String
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLDataDisplay
Contents |
Syntax
Delphi:
function GetToolTipText() : String;
C++ Builder:
String __fastcall GetToolTipText();
Visual C++ (MFC):
CTString GetToolTipText();
Summary
Returns the current tooltip text (Visual C++ only).
Description
Call this method to get the current Tooltip Text. Use this method in Visual C++ only since the tooltip event is unable to provide the text properly in Visual C++.