Enable/disable Gadget-Help feature.
Source position: intuition.pas line 4115
procedure HelpControl( |
win: pWindow; |
flags: LongWord |
); |
flags |
|
Currently, HC_GADGETHELP or zero are the allowed values. |
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!
|
Tag for OpenWindowTagList(). Form Help groups |
|
|
OpenWindow() with TagItem extension. |