Difference between revisions of "Event Tooltip.GetText"

From Flowcode Help
Jump to navigationJump to search
(XML Import to change Variable types into Variable Types)
(XML import)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<sidebar>Event Contents</sidebar>
 
Called when a tooltip text string can be displayed
 
Called when a tooltip text string can be displayed
  
Line 24: Line 25:
  
 
==Examples==
 
==Examples==
''<span style="color:red;">No additional information</span>''
+
''<span style="color:red;">No additional examples</span>''

Latest revision as of 15:59, 16 January 2014

<sidebar>Event Contents</sidebar> 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 examples