Jump to content

Event Tooltip.GetText: Difference between revisions

From Flowcode Help
Admin (talk | contribs)
XML import
Admin (talk | contribs)
XML import
Line 17: Line 17:
==Return value==
==Return value==
[[Variable types|ULONG]]
[[Variable types|ULONG]]
Non-zero to claim the tooltip event


Non-zero to claim the tooltip event
==Detailed description==
==Detailed description==
''<span style="color:red;">No additional information</span>''
''<span style="color:red;">No additional information</span>''

Revision as of 21:50, 12 May 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