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

TMUIApplication.ShowHelp

Show an AmigaGuide help file.

Declaration

Source position: MUIClass.Base.pas line 242

public procedure TMUIApplication.ShowHelp(

  Window: TMUINotify;

  HelpFileName: string;

  Node: string;

  LineNum: Integer

); overload;

procedure TMUIApplication.ShowHelp(

  Node: string;

  LineNum: Integer

); overload;

Arguments

Window

  

Help will be open on tehe same screen as this window, nil for public screen

HelpFileName

  

Filename of the AmigaGuide file, if '' it will use the MUIApp.HelpFile

Node

  

Node to open in the File

LineNum

  

Automatically jump to this line

Arguments

Node

  

Node to open in the File

LineNum

  

Automatically jump to this line

Description

The application will be put to sleep until the file is displayed. Usually, you don't need to call this method directly. MUI comes with a sophisticated online help system, you just need to supply your gadgets with help nodes and everything will be handled automatically.

See also

HelpFile

  

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

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-26