Method procedure SLScope.TSLDataDisplay.SetToolTipText(PChar)
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:
procedure SetToolTipText( AValue : PChar );
C++ Builder:
void __fastcall SetToolTipText( char * AValue );
Visual C++ (MFC):
void SetToolTipText( CTString AValue );
Summary
Provides a new ToolTip Text value( Visual C++ (MFC/Win32) only ).
Description
This function is used only from Visual C++(MFC/Win32). It allows setting custom ToolTips. Assign the value of this property to whatever you want to be displayed for the ToolTip.