Show an AmigaGuide help file.
Source position: MUIClass.Base.pas line 242
public procedure TMUIApplication.ShowHelp( |
Window: TMUINotify; |
HelpFileName: string; |
Node: string; |
LineNum: Integer |
); overload; |
Node: string; |
LineNum: Integer |
); overload; |
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 |
Node |
|
Node to open in the File |
LineNum |
|
Automatically jump to this line |
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.
|
AmigaGuide style file to be displayed when the user requests online help. |
|
|
Define a node in a help file specified with MUIApp.HelpFile |
|
|
Define a line in a help file specified with MUIApp.HelpFile |