Examples
Sets the tooltip for a window field.
Field_SetToolTip(field_name, tooltip)
• field_name – The name of a window field whose tooltip is being set.
• tooltip – A string containing the tooltip for the field.
The boolean value true.