Field_SetToolTip()

Examples


Sets the tooltip for a window field.

Syntax

Field_SetToolTip(field_name, tooltip)

Parameters

field_name – The name of a window field whose tooltip is being set.

tooltip – A string containing the tooltip for the field.

Return value

The boolean value true.


Documentation Feedback