[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

HelpControl

Enable/disable Gadget-Help feature.

Declaration

Source position: intuition.pas line 3318

procedure HelpControl(

  Window: PWindow;

  Flags: LongWord

);

Arguments

Window

  

A pointer to the window you wish to affect. (Other windows will also be affected, as explained above.

Flags

  

Currently, HC_GADGETHELP or zero are the allowed values.

Description

This function can be used to turn Gadget-Help on or off for your window. Gadget-Help will also be enabled/disabled accordingly for all other windows which share the same help-group. This allows Gadget-Help to be well-behaved for multiple-window applications.

You must use GetUniqueID() to get a help-group identifier. Never ever supply your own!

See also

WA_HelpGroup

  

Tag for OpenWindowTagList(). Form Help groups

OpenWindowTagList

  

OpenWindow() with TagItem extension.


Documentation generated on: 2017-01-10