Unit 'MUIClass.Base' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#MUIClass]

TMUIApplication.HelpFile

AmigaGuide style file to be displayed when the user requests online help.

Declaration

Source position: MUIClass.Base.pas line 265

published property TMUIApplication.HelpFile : string
  read FHelpFile
  write SetHelpFile;

Description

When the HELP button is pressed and the application defines a HelpFile, MUI tries to obtain HelpNode from the current object (the one under the mouse pointer). If HelpNode is not defined, MUI continues asking the parent object for this attribute (usually a group, but remember: the parent of a windows root object is the window itself, the parent of a window is the application).

When a set HelpNode is found, the same procedure is applied to HelpLine. Then MUI puts the application to sleep and displays the file at the position specified with HelpNode and/or HelpLine.

This behaviour allows you to define one HelpFile for your application object and different help nodes and lines for your applications windows and/or gadgets.

See also

HelpNode

  

Define a node in a help file specified with MUIApp.HelpFile

HelpLine

  

Define a line in a help file specified with MUIApp.HelpFile


Documentation generated on: 2024-04-23