Difference between revisions of "Event Tooltip.GetText"

From Flowcode Help
Jump to navigationJump to search
(XML import)
(XML Import to change Variable types into Variable Types)
Line 1: Line 1:
 
 
Called when a tooltip text string can be displayed
 
Called when a tooltip text string can be displayed
  
Line 7: Line 6:
  
 
==Parameters==
 
==Parameters==
[[Variable types|HANDLE]] ''Component''
+
[[Variable Types|HANDLE]] ''Component''
 
:The object under the mouse
 
:The object under the mouse
  
[[Variable types|STRING]] ''Buffer''
+
[[Variable Types|STRING]] ''Buffer''
 
:Text variable to update with the tool-tip
 
:Text variable to update with the tool-tip
 
:''This parameter is returned back to Flowcode''
 
:''This parameter is returned back to Flowcode''
Line 16: Line 15:
  
 
==Return value==
 
==Return value==
[[Variable types|ULONG]]
+
[[Variable Types|ULONG]]
 
Non-zero to claim the tooltip event
 
Non-zero to claim the tooltip event
  

Revision as of 11:09, 10 June 2013

Called when a tooltip text string can be displayed

This event is part of the Tooltip class

Parameters

HANDLE Component

The object under the mouse

STRING Buffer

Text variable to update with the tool-tip
This parameter is returned back to Flowcode


Return value

ULONG Non-zero to claim the tooltip event


Detailed description

No additional information


Examples

No additional information