Event Tooltip.GetText: Difference between revisions
Appearance
XML import of updated Event docs |
XML import of events update |
||
| 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 | ||
Revision as of 14:33, 21 August 2013
<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